Difference between revisions of "Functions by category"
(new page) |
m |
||
Line 5: | Line 5: | ||
See also: [[:Category:Functions|functions by category]]. | See also: [[:Category:Functions|functions by category]]. | ||
+ | [[Functions to be organized]] | ||
+ | [[Rare and deprecated functions]] | ||
== Operators == | == Operators == | ||
Line 138: | Line 140: | ||
* [[ParseDate]] | * [[ParseDate]] | ||
* [[ParseNumber]] | * [[ParseNumber]] | ||
+ | * [[ShowPdfFile]] | ||
+ | == Spreadsheet functions == | ||
+ | * [[SpreadsheetCell]] | ||
+ | * [[SpreadsheetInfo]] | ||
+ | * [[SpreadsheetOpen]] | ||
+ | * [[SpreadsheetRange]] | ||
+ | * [[SpreadsheetSave]] | ||
+ | * [[SpreadsheetSetCell]] | ||
+ | * [[SpreadsheetSetInfo]] | ||
+ | * [[SpreadsheetSetRange]] | ||
== Obscure and deprecated functions == | == Obscure and deprecated functions == | ||
Line 262: | Line 274: | ||
* [[Determinant]] | * [[Determinant]] | ||
* [[Transpose]] | * [[Transpose]] | ||
+ | |||
+ | == Set functions == | ||
+ | * [[SetContains]] | ||
+ | * [[SetDifference]] | ||
+ | * [[SetEvaluationFlag]] | ||
+ | * [[SetIntersection]] | ||
+ | * [[SetUnion]] | ||
+ | |||
Line 469: | Line 489: | ||
* [[OptWrite]] | * [[OptWrite]] | ||
* [[OptWriteIIS]] | * [[OptWriteIIS]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 04:48, 31 July 2015
Function list (to be categorized) (Back to Analytica Reference)
See also: functions by category. Functions to be organized Rare and deprecated functions
Operators
- + - * / ^ : Arithmetic operators
- x^y : Exponentiation
- =,<,>,<>,<=,>= : Comparison operators
- Logical operators: And, Or, Not
- x[I=x], x[@I=x] : Subscript and slice operators
- \, #: Reference and dereference operators
- := : Assignment operator
- & : Text concatenation operator
- A.I: Dot operator, to access a local index of an array
- ... : Repeated parameter forwarding
- Index Position Operator: @I, @[I=x] : Get the numeric position of index elements
Constructs and loops
- expr1 ; expr2 : Expression Sequence Operator
- If-Then-Else
- Ifall-Then-Else
- Ifonly-Then-Else
- While..Do
- Using..Do
- Var..Do
- If0
- Ifpos
Mathematics
=Basic math
=Trig functions
Probability distributions
Custom distribution functions
Discrete distribution functions
Continuous distribution functions
- BiNormal (Multivariate distributions.ana)
Functions that return an Index
Text functions
- JoinText
- FindInText
- SelectText
- TextReplace
- SplitText
- Text Concatenation Operator: A&B : Concatenate two text strings
- TextLength
- TextLowerCase
- TextUpperCase
- TextSentenceCase
- TextTrim
Array functions
= Array-reducing functions
Tables and functions to make arrays
User interaction and dialog functions
Type conversion functions
- Chr
- Coerce_to_Numeric (Flat file library.ana)
- ParseDate
- ParseNumber
- ShowPdfFile
Spreadsheet functions
- SpreadsheetCell
- SpreadsheetInfo
- SpreadsheetOpen
- SpreadsheetRange
- SpreadsheetSave
- SpreadsheetSetCell
- SpreadsheetSetInfo
- SpreadsheetSetRange
Obscure and deprecated functions
Complex number functions
- CAbs (Complex Library.ana)
- CAdjoint (Complex Library.ana)
- Calloption (Financial Library.ana)
- Capm (Financial Library.ana)
- CArcCos (Complex Library.ana)
- CArcSin (Complex Library.ana)
- CArcTan (Complex Library.ana)
- CCos (Complex Library.ana)
- CDeterminant (Complex Library.ana)
- CDiv (Complex Library.ana)
- CExp (Complex Library.ana)
- CInverse (Complex Library.ana)
- CLn (Complex Library.ana)
- CMatMult (Complex Library.ana)
- CMult (Complex Library.ana)
- Complex (Complex Library.ana)
- CRoots (Complex Library.ana)
- CSin (Complex Library.ana)
- CSqrt (Complex Library.ana)
- CTan (Complex Library.ana)
- CTheta (Complex Library.ana)
- CToPolar (Complex Library.ana)
- Change_index (Expand Index.ana)
- ChiSquared
- Choice
COM functions
- COMArray
- COMCallMethod
- COMCreateObject
- COMGetProperty
- Comparison Operators: =, <, >, <>, <=, >=
- ComplexDegrees
- ComplexRadians
- CompressMemoryUsedBy
- ComputedBy
- COMPutProperty
- Concat
- Concat<N> (Concatenation UDFs.ana
- ConcatRows (Concatenation UDFs.ana)
- Condmax
- Condmin
- Continuous
- CopyIndex
- Correlate_Dists (Multivariate Distributions.ana)
- Correlate_With (Multivariate Distributions.ana)
- Correlation
- Cos
- Cosh
- CostCapme (Financial Library.ana)
- CostCapmm (Financial library.ana)
- CubicInterp
- CumBinomial (Distribution Densities Library)
- CumBinomialInv (Distribution Densities Library)
- CumChiSquared (Distribution Densities Library)
- CumChiSquaredInv (Distribution Densities Library)
- CumDist
- CumExponential (Distribution Densities Library)
- CumExponentialInv (Distribution Densities Library)
- CumFDist (Distribution Densities Library)
- CumFDistInv (Distribution Densities Library)
- CumGeometric (Distribution Densities Library)
- CumGeometricInv (Distribution Densities Library)
- CumIPmt
- CumLogistic (Distribution Densities Library)
- CumLogisticInv (Distribution Densities Library)
- CumLogNormal (Distribution Densities Library)
- CumLogNormalInv (Distribution Densities Library)
- CumNegativeBinomial (Distribution Densities Library)
- CumNegativeBinomInv (Distribution Densities Library)
- CumNormal
- CumNormalInv
- CumPoisson (Distribution Densities Library)
- CumPrinc
- CumProduct
- CumStudentT (Distribution Densities Library)
- CumStudentTInv (Distribution Densities Library)
- CumTriangular (Distribution Densities Library)
- CumTriangularInv (Distribution Densities Library)
- CumWilcoxon
- CumWilcoxonInv
- Cumulate
- CumUniform (Distribution Densities Library)
- CumUniformInv (Distribution Densities Library)
- CumWeibull (Distribution Densities Library)
- CumWeibullInv (Distribution Densities Library)
- CurrentDataDirectory (Replaced with CurrentDataFolder as of Analytica 4.6)
- CurrentModelDirector (Replaced with CurrentDataFolder as of Analytica 4.6)
- CurrentDataFolder
- CurrentModelFolder
- DateAdd
- DatePart
Database functions
Matrix functions
Set functions
- Dens_Beta (Distribution Densities Library)
- Dens_ChiSquared (Distribution Densities Library)
- Dens_CumDist (Distribution Densities Library)
- Dens_Exponential (Distribution Densities Library)
- Dens_FDist (Distribution Densities Library)
- Dens_Gamma (Distribution Densities Library)
- Dens_Gaussian (Distribution Densities Library)
- Dens_Logistic (Distribution Densities Library)
- Dens_LogNormal (Distribution Densities Library)
- Dens_Normal (Distribution Densities Library)
- Dens_ProbDist (Distribution Densities Library)
- Dens_StudentT (Distribution Densities Library)
- Dens_Triangular (Distribution Densities Library)
- Dens_Uniform (Distribution Densities Library)
- Dens_Weibull (Distribution Densities Library)
- Dereference Operator: #R : Return the value pointed to by a reference R.
- Dirichlet (Multivariate distributions.ana)
- Discrete
- Dispatch
- Dist_additive_growth (Multivariate distributions.ana)
- Dist_compound_growth (Multivariate distributions.ana)
- Dist_reshape (Multivariate distributions.ana)
- Dist_serial_correl (Multivariate distributions.ana)
- DomainAllowed
- DomainIntegerGroup
- DomainLowerBound
- DomainNullOk
- DomainType
- DomainUpperBound
- DotProduct
Sensitivity analysis
Special functions
- Gamma_m_sd (Distribution Variations.ana)
- GammaFn
- GammaI
- GammaIInv
- Gaussian (Multivariate Distributions.ana)
- GCD (GCD function library.ana)
- GetEvaluationContext
- GetFract
- GetProcessInfo
- GetRegistryValue
- GetVariableByName
- GoalSeek (Optimization Functions.ana)
- Gradient (Optimization Functions.ana)
- GroupedInteger
- IgnoreWarnings
- Im (Complex Library.ana)
- ImPart
- Implied_volatility_c (Financial library.ana)
- Implied_volatility_p (Financial library.ana)
- IndexesOf
- Index..Do
- IndexNames
- IndexValue
- InsertRecSql (ODBC Library.ana)
- Integer
- Integrate
- InverseGaussian (Distribution Variations.ana)
- Invert
- InvertedWishart (Distribution Variations.ana)
- InvLogit (Generalized Regression.ana)
- IPmt
- Irr
- IsDateTime
- IsHandle
- IsNaN
- IsNotSpecified
- IsNull
- IsNumber
- IsRealNumber
- IsReference
- IsResultComputed
- IsText
- IsUndef
- Iterate
- Join
- Kurtosis
- LDens_InvertedWishart (Distribution Densities.ana)
- LDens_Wishart (Distribution Densities.ana)
- LGamma
- LinearInterp
- ListOfHandles
- LL_First (Linked List Library.ana)
- LL_Length (Linked List Library.ana)
- LL_Nth (Linked List Library.ana)
- LL_Push (Linked List Library.ana)
- LL_Remove_First (Linked List Library.ana)
- LL_To_Array (Linked List Library.ana)
- LL_to_RArray (Linked List Library.ana)
- Ln
- Local Index Operator::A.I : Get an index (usually a local index) of an array
- Logistic
- Logistic_Regression (Generalized Regression.ana)
- Logit (Generalized Regression.ana)
- LogNormal
- Lognormal_m_sd (Distribution variations.ana) - obsolete, use LogNormal (mean:m,stddev:sd)
- LogTen
- Lorenzian (Distribution variations.ana)
- LpDefine
- LpFindIIS
- LpObjSa
- LpOpt
- LpRead
- LpReducedCost
- LpRhsSa
- LpShadow
- LpSlack
- LpSolution
- LpStatusNum
- LpStatusText
- LpWrite
- LpWriteIIS
- MakeDate
- MatrixMultiply
- Max
- MdArrayToTable
- MdTable
- MdxQuery
- Mean
- Median
- MemoryInUseBy
- Mid
- Min
- Mod
- MonoCubicInterp
- MsgBox
- Multinomial (Multivariate Distributions.ana)
- MultiNormal (Multivariate Distributions.ana)
- MultiTable
- MultiUniform (Multivariate Distributions.ana)
- NegBinomial (Distribution Variations.ana)
- NegativeBinomial
- NlpDefine
- Normal
- Normal_additive_gro (Multivariate Distributions.ana)
- Normal_compound_gro (Multivariate Distributions.ana)
- Normal_correl (Multivariate Distributions.ana)
- Normal_serial_correl (Multivariate Distributions.ana)
- Normalize
- NPer
- Npv
- NumberToText
- OpenExcelFile -- depreciated: use SpreadsheetOpen
- OpenURL
Optimizer functions
Comments
Enable comment auto-refresher