Difference between revisions of "Functions by category"

m
m
Line 36: Line 36:
 
* [[Using..Do]]
 
* [[Using..Do]]
 
* [[Var..Do]]
 
* [[Var..Do]]
 
+
* [[Index..Do]]
  
 
==Mathematics==
 
==Mathematics==
  
 
=== Basic math ===
 
=== Basic math ===
* [[Abs]], [[Sign]], [[Round]], [[Ceil]], [[Floor]]
+
* [[Abs]], [[Sign]], [[Mod]], [[Round]], [[Ceil]], [[Floor]]
 
 
 
* [[Sqr]], [[Sqrt]], [[Exp]], [[Ln]], [[LogTen]]
 
* [[Sqr]], [[Sqrt]], [[Exp]], [[Ln]], [[LogTen]]
 
 
* [[Factorial]]
 
* [[Factorial]]
 
 
* [[Degrees]], [[Radians]]
 
* [[Degrees]], [[Radians]]
  
Line 53: Line 50:
 
* [[Trig Functions| Sin, Cos, Tan]]
 
* [[Trig Functions| Sin, Cos, Tan]]
 
* [[Trig Functions| Sinh, Cosh, Tanh]]
 
* [[Trig Functions| Sinh, Cosh, Tanh]]
* [[ArcCos]]
+
* [[ArcSin]], [[ArcCos]], [[ArcTan]], [[ArcTan2]]
* [[ArcCosH]]
+
* [[ArcSinH]],  [[ArcCosH]], [[ArcTanH]]
* [[ArcSin]]
+
 
* [[ArcSinH]]
+
=== Complex numbers ===
* [[ArcTan]]
+
 
* [[ArcTan2]]
+
* [[RealPart]], [[ImPart]]
* [[ArcTanH]]
+
* [[ComplexDegrees]], [[ComplexRadians]]
  
 
==Probability distributions==
 
==Probability distributions==
Line 67: Line 64:
 
Return statistics from random samples:
 
Return statistics from random samples:
  
* [[Mean]],  [[SDeviation]], [[Variance]], [[Skewness]], [[Kurtosis]]
+
* [[Median]], [[Mean]],  [[SDeviation]], [[Variance]], [[Skewness]], [[Kurtosis]]
 
* [[Statistics]]
 
* [[Statistics]]
 
* [[Probability]]
 
* [[Probability]]
 
* [[GetFract]],  [[ProbBands]]
 
* [[GetFract]],  [[ProbBands]]
* [[RankCorrel]]
+
* [[Correlation]], [[RankCorrel]]
 +
* [[Cdf]],  [[Pdf]]
 
* [[Regression]]
 
* [[Regression]]
  
 
===Custom distribution functions===
 
===Custom distribution functions===
  
* [[ChanceDist]]
+
* [[CumDist]], [[Fractiles]]
* [[CumDist]]
+
* [[ChanceDist]], [[ProbDist]], [[ProbTable]]
* [[Fractiles]]
 
* [[ProbDist]]
 
* [[ProbTable]]
 
 
* [[Random]]
 
* [[Random]]
  
Line 86: Line 81:
  
 
* [[Bernoulli]], [[Binomial]], [[NegativeBinomial]]
 
* [[Bernoulli]], [[Binomial]], [[NegativeBinomial]]
* [[Combinations]]
+
* [[Combinations]][[Permutations]]
* [[Geometric]]
+
* [[Geometric]], [[HyperGeometric]]
* [[HyperGeometric]]
 
* [[Permutations]]
 
 
* [[Certain]]
 
* [[Certain]]
  
 
===Continuous distribution functions===
 
===Continuous distribution functions===
  
* [[Uniform]], [[Normal]], [[Beta]], [[Triangular]], [[Poisson]]
+
* [[Uniform]], [[Normal]], [[LogNormal]], [[Beta]], [[Triangular]], [[Poisson]]
* [[Exponential]], [[Gamma]], [[StudentT]], [[Weibull]], [[Wilcoxon]]
+
* [[Exponential]], [[Gamma]], [[StudentT]], [[Weibull]], [[Wilcoxon]], [[Logistic]]
* [[BesselJ]], [[BesselY]], [[BesselI]], [[BesselK]]
+
* [[BesselJ]], [[BesselY]], [[BesselI]], [[BesselK]], [[ChiSquared]]
  
 
=== Modifying distributions ===
 
=== Modifying distributions ===
  
* [[Sample]]
+
* [[Mid]], [[Sample]][[Truncate]], [[Shuffle]]
* [[Truncate]]
 
* [[Shuffle]]
 
  
 
=== Functions for distributions ===
 
=== Functions for distributions ===
Line 111: Line 102:
 
* [[BetaIaInv]]
 
* [[BetaIaInv]]
 
* [[BetaIInv]]
 
* [[BetaIInv]]
* [[ChiSquared]]
+
 
 
* [[CumNormal]]
 
* [[CumNormal]]
 
* [[CumNormalInv]]
 
* [[CumNormalInv]]
  
* [[Cdf]]
+
=== SIP and SLURP ===
* [[Pdf]]
+
 
* [[SipDecode]]
+
* [[SipDecode]], [[SipEncode]]
* [[SipEncode]]
 
  
  
Line 136: Line 126:
 
== Make an Index==
 
== Make an Index==
  
* [[Sequence]]
+
* [[Sequence]][[Sequence Operator|Sequence Operator: first..last]]
* [[Sequence Operator|Sequence Operator: first..last]]
+
* [[SortIndex]], [[Split]], [[SubIndex]], [[Subset]], [[Unique]]
* [[SortIndex]]
 
* [[Split]]
 
* [[SubIndex]]
 
* [[Subset]]
 
* [[Unique]]
 
  
 
* [[Size]]
 
* [[Size]]
Line 149: Line 134:
 
=== Array reducing ==
 
=== Array reducing ==
  
* [[Sum]]
+
* [[Sum]], [[Product]], [[Average]]
* [[Product]]
+
* [[Functions_Min_and_Max| Max]] [[Functions_Min_and_Max| Min]]
* [[Average]]
 
 
* [[ArgMin_and_ArgMax]]
 
* [[ArgMin_and_ArgMax]]
* [[Slice]]
+
* [[Functions_Min_and_Max| Condmax]], [[Functions_Min_and_Max| Condmin]]
* [[Subscript/Slice Operator| Slice Operator: [@I=n] ]]
+
* [[Integrate]], [[Area]]
* [[Functions_Min_and_Max| Condmax]]
 
* [[Functions_Min_and_Max| Condmin]]
 
  
 
=== Subscript, selection, lookup ===
 
=== Subscript, selection, lookup ===
  
 
* [[Slice]], [[Subscript]], [[StepInterp]]
 
* [[Slice]], [[Subscript]], [[StepInterp]]
 +
* [[Subscript/Slice Operator| Slice Operator: [@I=n] ]]
  
 
=== Array mapping ===
 
=== Array mapping ===
  
* [[Cumulate]], [[Uncumulate]], [[CumProduct]]
+
* [[Cumulate]], [[Uncumulate]], [[CumProduct]], [[Normalize]]
 
* [[Rank]]
 
* [[Rank]]
 
  
 
=== Tables and functions to make arrays ===
 
=== Tables and functions to make arrays ===
  
 
* [[Array]]
 
* [[Array]]
* [[Table]], [[SubTable]], [[MultiTable]]
+
* [[Table]], [[SubTable]], [[MultiTable]], [[DetermTable]], [[ProbTable]]   
* [[DetermTable]], [[ProbTable]]   
 
 
* [[AddIndex]]
 
* [[AddIndex]]
 
* [[Aggregate]]
 
* [[Aggregate]]
Line 178: Line 159:
 
=== Interpolation ===
 
=== Interpolation ===
  
* [[StepInterp]], [[LinearInterp]], [[CubicInterp]]
+
* [[StepInterp]], [[LinearInterp]], [[CubicInterp]], [[MonoCubicInterp]]
  
 
=== Matrix ===
 
=== Matrix ===
  
* [[DotProduct]], [[MatrixMultiply]], [[Transpose]]
+
* [[DotProduct]], [[MatrixMultiply]], [[Transpose]], [[Invert]], [[Determinant]], [[Decompose]], [[EigenDecomp]], [[SingularValueDecomp]]
* [[EigenDecomp]], [[Decompose]], [[Determinant]], [[SingularValueDecomp]]
 
  
 
=== Other array functions ===
 
=== Other array functions ===
  
* [[Area]]
+
 
 
* [[Sort]]
 
* [[Sort]]
 
* [[SortIndex]]
 
* [[SortIndex]]
Line 194: Line 174:
 
* [[Subset]]
 
* [[Subset]]
 
* [[Unique]]
 
* [[Unique]]
 +
 +
* [[MdArrayToTable]]
 +
* [[MdTable]]
  
 
== Financial ==
 
== Financial ==
Line 210: Line 193:
 
=== User dialog boxes ===
 
=== User dialog boxes ===
  
* [[AskMsgChoice]], [[AskMsgNumber]], [[AskMsgText]], [[Error]]
+
* [[MsgBox]], [[Error]]
 +
* [[AskMsgText]], [[AskMsgChoice]], [[AskMsgNumber]]
 
* [[ShowProgressBar]]
 
* [[ShowProgressBar]]
  
Line 232: Line 216:
  
 
== Integration with other applications ==
 
== Integration with other applications ==
 +
 +
*  [[RunConsoleProcess]]
  
 
=== Reading data ===
 
=== Reading data ===
  
* [[ReadFromUrl]]
+
* [[ReadFromUrl]], [[OpenURL]]
 
* [[ReadImageFile]]
 
* [[ReadImageFile]]
 
* [[ReadTextFile]]
 
* [[ReadTextFile]]
Line 242: Line 228:
  
 
=== Spreadsheet access ===
 
=== Spreadsheet access ===
* [[SpreadsheetCell]]
+
 
* [[SpreadsheetInfo]]
+
* [[SpreadsheetOpen]], [[SpreadsheetSave]]
* [[SpreadsheetOpen]]
+
* [[SpreadsheetCell]], [[SpreadsheetRange]]
* [[SpreadsheetRange]]
+
* [[SpreadsheetSetCell]], [[SpreadsheetSetRange]]
* [[SpreadsheetSave]]
+
* [[SpreadsheetInfo]], [[SpreadsheetSetInfo]]
* [[SpreadsheetSetCell]]
+
 
* [[SpreadsheetSetInfo]]
 
* [[SpreadsheetSetRange]]
 
  
 
* [[OpenExcelFile]]  -- depreciated: use [[SpreadsheetOpen]]
 
* [[OpenExcelFile]]  -- depreciated: use [[SpreadsheetOpen]]
Line 261: Line 245:
 
* [[DbTablenames]]
 
* [[DbTablenames]]
 
* [[DbWrite]]
 
* [[DbWrite]]
 
+
* [[MdxQuery]]
* [[AttribGet]]
 
 
 
 
 
[[RunConsoleProcess]]
 
  
 
=== COM API  ===
 
=== COM API  ===
Line 279: Line 259:
 
* [[IgnoreWarnings]]
 
* [[IgnoreWarnings]]
 
* [[Try]], [[ReThrow]]
 
* [[Try]], [[ReThrow]]
 
== Complex numbers ==
 
 
* [[RealPart]], [[ImPart]]
 
* [[ComplexDegrees]], [[ComplexRadians]]
 
  
 
== Set functions ==
 
== Set functions ==
Line 303: Line 278:
 
* [[VarTerm Functions#Function_GetVariableByName| GetVariableByName]]
 
* [[VarTerm Functions#Function_GetVariableByName| GetVariableByName]]
 
* [[IndexValue]]
 
* [[IndexValue]]
 +
* [[AttribGet]]
  
 
=== User modifiable attributes ===
 
=== User modifiable attributes ===
Line 323: Line 299:
 
=== Evaluation ===
 
=== Evaluation ===
  
 +
* [[Mid]], [[Sample]]
 
* [[Evaluate]]
 
* [[Evaluate]]
 
* [[EvaluateScript]]
 
* [[EvaluateScript]]
 
* [[GetEvaluationContext]]
 
* [[GetEvaluationContext]]
  
=== Analytica information ===
+
=== Analytica environment information ===
  
 
* [[AnalyticaLicenseInfo]], [[GetProcessInfo]]
 
* [[AnalyticaLicenseInfo]], [[GetProcessInfo]]
 
 
* [[GetRegistryValue]]
 
* [[GetRegistryValue]]
 
+
* [[MemoryInUseBy]]
  
 
== Function parameter qualifiers ==
 
== Function parameter qualifiers ==
  
* [[Boolean]]
+
* [[Boolean]], [[Integer]]
  
 
== Functions still to be categorized ==
 
== Functions still to be categorized ==
Line 343: Line 319:
 
* [[FFT]]
 
* [[FFT]]
 
* [[FFTInv]]
 
* [[FFTInv]]
 
* [[FindPolynomialZeroes]]
 
 
  
 
* [[Frequency]]
 
* [[Frequency]]
 
* [[FunctionOf]]
 
* [[FunctionOf]]
 +
* [[Iterate]]
 +
* [[FindPolynomialZeroes]]
 +
* [[Join]]
 +
* [[Index..Do]]
  
 
* [[Gamma_m_sd|Gamma_m_sd]]                (Distribution Variations.ana)
 
* [[Gamma_m_sd|Gamma_m_sd]]                (Distribution Variations.ana)
Line 356: Line 333:
 
* [[Gaussian]]              (Multivariate Distributions.ana)
 
* [[Gaussian]]              (Multivariate Distributions.ana)
 
* [[GCD]]                  ([[media:GCD function library.ana|GCD function library.ana]])
 
* [[GCD]]                  ([[media:GCD function library.ana|GCD function library.ana]])
 
 
* [[GoalSeek]]              (Optimization Functions.ana)
 
* [[GoalSeek]]              (Optimization Functions.ana)
 
* [[Gradient]]              (Optimization Functions.ana)
 
* [[Gradient]]              (Optimization Functions.ana)
Line 365: Line 341:
 
* [[Implied_volatility_p]]  (Financial library.ana)
 
* [[Implied_volatility_p]]  (Financial library.ana)
  
* [[Index..Do]]
+
* [[InsertRecSql]]       (ODBC Library.ana)
  
* [[InsertRecSql]]      (ODBC Library.ana)
 
* [[Integer]]
 
* [[Integrate]]
 
 
* [[InverseGaussian]]  (Distribution Variations.ana)
 
* [[InverseGaussian]]  (Distribution Variations.ana)
* [[Invert]]
 
 
* [[InvertedWishart]]  (Distribution Variations.ana)
 
* [[InvertedWishart]]  (Distribution Variations.ana)
 
* [[InvLogit]]          (Generalized Regression.ana)
 
* [[InvLogit]]          (Generalized Regression.ana)
 
* [[Iterate]]
 
* [[Join]]
 
  
 
* [[LDens_InvertedWishart]] (Distribution Densities.ana)
 
* [[LDens_InvertedWishart]] (Distribution Densities.ana)
 
* [[LDens_Wishart]]      (Distribution Densities.ana)
 
* [[LDens_Wishart]]      (Distribution Densities.ana)
 
* [[LGamma]]
 
* [[LGamma]]
* [[LinearInterp]]
 
  
 
* [[LL_First]]            (Linked List Library.ana)
 
* [[LL_First]]            (Linked List Library.ana)
Line 392: Line 360:
  
 
* [[Local Index Operator::A.I]] : Get an index (usually a local index) of an array
 
* [[Local Index Operator::A.I]] : Get an index (usually a local index) of an array
* [[Logistic]]
 
 
* [[Logistic_Regression]]  (Generalized Regression.ana)
 
* [[Logistic_Regression]]  (Generalized Regression.ana)
 
* [[Logit]]                (Generalized Regression.ana)
 
* [[Logit]]                (Generalized Regression.ana)
* [[LogNormal]]
 
 
* [[Lognormal_m_sd]]      (Distribution variations.ana) - obsolete, use [[LogNormal]] (mean:m,stddev:sd)
 
* [[Lognormal_m_sd]]      (Distribution variations.ana) - obsolete, use [[LogNormal]] (mean:m,stddev:sd)
  
Line 401: Line 367:
  
  
 
* [[Functions_Min_and_Max| Max]]
 
* [[MdArrayToTable]]
 
* [[MdTable]]
 
* [[MdxQuery]]
 
* [[Mean]]
 
* [[Median]]
 
* [[MemoryInUseBy]]
 
* [[Mid]]
 
* [[Functions_Min_and_Max| Min]]
 
* [[Mod]]
 
* [[MonoCubicInterp]]
 
* [[MsgBox]]
 
 
* [[Multinomial]]              (Multivariate Distributions.ana)
 
* [[Multinomial]]              (Multivariate Distributions.ana)
 
* [[MultiNormal]]              (Multivariate Distributions.ana)
 
* [[MultiNormal]]              (Multivariate Distributions.ana)
Line 423: Line 376:
 
* [[NegBinomial]]              (Distribution Variations.ana)
 
* [[NegBinomial]]              (Distribution Variations.ana)
  
 
* [[Normalize]]
 
 
 
* [[OpenURL]]
 
  
 
== Optimizer functions ==
 
== Optimizer functions ==

Revision as of 18:25, 19 August 2015

Function list (to be categorized) (Back to Analytica Reference)

See also: functions by category. Functions to be organized Rare and deprecated functions

Language, control, and syntax

Operators

Constructs and loops

Declarations of local variables

Mathematics

Basic math

=Trigonometry

Complex numbers

Probability distributions

Statistics

Return statistics from random samples:

Custom distribution functions

Discrete distribution functions

Continuous distribution functions

Modifying distributions

Functions for distributions

SIP and SLURP


Date and Time
Today, MakeDate, DateAdd, DatePart

Text functions

Array functions

Make an Index

= Array reducing

Subscript, selection, lookup

Array mapping

Tables and functions to make arrays

Interpolation

Matrix

Other array functions

Financial

User interaction and dialog

User input

User dialog boxes

Types and type conversion

Integration with other applications

Reading data

Spreadsheet access


Database and ODBC access

COM API

Error handling

Set functions


Objects and meta-inference

User modifiable attributes

Other common attributes

Rare attributes

Sensitivity analysis

Special

Evaluation

Analytica environment information

Function parameter qualifiers

Functions still to be categorized




Optimizer functions

Obsolete optimizer

Comments


You are not allowed to post comments.