Difference between revisions of "Alphabetical Function List"
(Added operators to list) |
|||
Line 2: | Line 2: | ||
(Back to [[Analytica Reference]]) | (Back to [[Analytica Reference]]) | ||
+ | * [[Comparison Operators|=,<,>,<>,<=,>=]] : Comparison operators | ||
+ | * [[Subscript/Slice Operator| [I=x] ]] : Subscript operator | ||
+ | * [[Subscript/Slice Operator| [@I=x] ]] : Slice operator | ||
+ | * [[Reference Operator::\|\]] : Reference operator | ||
+ | * [[Dereference Operator::#|#]] : Dereference operator | ||
+ | * [[Index Position Operator::@|@]] : Index Position operator | ||
+ | * [[Assignment Operator:: ::=|:=]] : Assignment operator | ||
+ | * [[Text Concatenation Operator: &|&]] : Text concatenation operator | ||
+ | * [[Local Index Operator::A.I|A.I]] : Local Index operator | ||
* [[Abs]] | * [[Abs]] | ||
* [[AnalyticaLicenseInfo]] | * [[AnalyticaLicenseInfo]] | ||
+ | * [[And]] | ||
* [[Trig Functions| ArcCos]] | * [[Trig Functions| ArcCos]] | ||
* [[Trig Functions| ArcSin]] | * [[Trig Functions| ArcSin]] | ||
Line 15: | Line 25: | ||
* [[AskMsgNumber]] | * [[AskMsgNumber]] | ||
* [[AskMsgText]] | * [[AskMsgText]] | ||
+ | * [[Assignment Operator:: ::=]] : Assignment operator | ||
* [[AttribGet]] | * [[AttribGet]] | ||
* [[Average]] | * [[Average]] | ||
Line 49: | Line 60: | ||
* Coerce_to_Numeric (Flat file library.ana) | * Coerce_to_Numeric (Flat file library.ana) | ||
* [[Combinations]] | * [[Combinations]] | ||
+ | * [[Comparison Operators]]: =, <, >, <>, <=, >= | ||
* Complex (Complex Library.ana) | * Complex (Complex Library.ana) | ||
* [[Concat]] | * [[Concat]] | ||
Line 88: | Line 100: | ||
* [[Decompose]] | * [[Decompose]] | ||
* [[Degrees]] | * [[Degrees]] | ||
+ | * [[Dereference Operator::#|Dereference Operator: #R]] : Return the value pointed to by a reference R. | ||
* [[Determinant]] | * [[Determinant]] | ||
* [[DetermTable]] | * [[DetermTable]] | ||
Line 104: | Line 117: | ||
* [[Exp]] | * [[Exp]] | ||
* [[Exponential]] | * [[Exponential]] | ||
+ | * [[expr1 ; expr2]] : Expression Sequence Operator | ||
* [[Factorial]] | * [[Factorial]] | ||
* [[FindInText]] | * [[FindInText]] | ||
Line 125: | Line 139: | ||
* Gradient (Optimization Functions.ana) | * Gradient (Optimization Functions.ana) | ||
* [[HyperGeometric]] | * [[HyperGeometric]] | ||
+ | * [[If-Then-Else]] | ||
+ | * [[Ifall-Then-Else]] | ||
+ | * [[Ifonly-Then-Else]] | ||
* If0 | * If0 | ||
* Ifpos | * Ifpos | ||
Line 131: | Line 148: | ||
* Implied_volatility_c (Financial library.ana) | * Implied_volatility_c (Financial library.ana) | ||
* Implied_volatility_p (Financial library.ana) | * Implied_volatility_p (Financial library.ana) | ||
+ | * [[Index Position Operator::@|Index Position Operator: @I, @[I=x] ]] : Get the numeric position of index elements | ||
* [[VarTerm Functions#Function_IndexesOf| IndexesOf]] | * [[VarTerm Functions#Function_IndexesOf| IndexesOf]] | ||
* [[Index..Do]] | * [[Index..Do]] | ||
Line 161: | Line 179: | ||
* LL_to_RArray (Linked List Library.ana) | * LL_to_RArray (Linked List Library.ana) | ||
* [[Ln]] | * [[Ln]] | ||
+ | * [[Local Index Operator::A.I]] : Get an index (usually a local index) of an array | ||
* [[Logistic]] | * [[Logistic]] | ||
* Logistic_Regression (Generalized Regression.ana) | * Logistic_Regression (Generalized Regression.ana) | ||
Line 201: | Line 220: | ||
* [[Normal]] | * [[Normal]] | ||
* [[Normalize]] | * [[Normalize]] | ||
+ | * [[Not]] | ||
* [[NPer]] | * [[NPer]] | ||
* [[Npv]] | * [[Npv]] | ||
+ | * [[Or]] | ||
* Pareto (Distribution Variations.ana) | * Pareto (Distribution Variations.ana) | ||
* ParseDate (Flat file library.ana) | * ParseDate (Flat file library.ana) | ||
Line 212: | Line 233: | ||
* [[Poisson]] | * [[Poisson]] | ||
* PolarToC (Complex Library.ana) | * PolarToC (Complex Library.ana) | ||
+ | * [[Index Position Operator::@|Position Operator: @I, @[I=x] ]] : Get the numeric position of index elements | ||
* [[PositionInIndex]] | * [[PositionInIndex]] | ||
* [[PPmt]] | * [[PPmt]] | ||
Line 237: | Line 259: | ||
* ReadCsvFile (Flat File Library.ana) | * ReadCsvFile (Flat File Library.ana) | ||
* [[ReadTextFile]] | * [[ReadTextFile]] | ||
+ | * [[Reference Operator::\|Reference Operator: \X]] : Return a reference to X | ||
* Reform | * Reform | ||
* [[Regression]] | * [[Regression]] | ||
Line 248: | Line 271: | ||
* [[SelectText]] | * [[SelectText]] | ||
* [[Sequence]] | * [[Sequence]] | ||
+ | * [[Sequence Operator|Sequence Operator: first..last]] | ||
* [[ShowPdfFile]] | * [[ShowPdfFile]] | ||
* [[ShowProgressBar]] | * [[ShowProgressBar]] | ||
Line 257: | Line 281: | ||
* [[Skewness]] | * [[Skewness]] | ||
* [[Slice]] | * [[Slice]] | ||
+ | * [[Subscript/Slice Operator| Slice Operator: [@I=n] ]] | ||
* Smooth_Fractile (Distribution variations.ana) | * Smooth_Fractile (Distribution variations.ana) | ||
* Solve (Optimization Functions.ana) | * Solve (Optimization Functions.ana) | ||
Line 277: | Line 302: | ||
* [[SubIndex]] | * [[SubIndex]] | ||
* [[Subscript]] | * [[Subscript]] | ||
+ | * [[Subscript/Slice Operator| Subscript Operator: [I=x] ]] | ||
* [[Subset]] | * [[Subset]] | ||
* [[SubString]] | * [[SubString]] | ||
Line 287: | Line 313: | ||
* [[Trig Functions| Tanh]] | * [[Trig Functions| Tanh]] | ||
* [[TestHeapConsistency]] | * [[TestHeapConsistency]] | ||
+ | * [[Text Concatenation Operator: &|Text Concatenation Operator: A&B]] : Concatenate two text strings | ||
* [[TextLength]] | * [[TextLength]] | ||
* [[TextLowerCase]] | * [[TextLowerCase]] |
Revision as of 16:59, 2 February 2007
(Back to Analytica Reference)
- =,<,>,<>,<=,>= : Comparison operators
- [I=x] : Subscript operator
- [@I=x] : Slice operator
- \ : Reference operator
- # : Dereference operator
- @ : Index Position operator
- := : Assignment operator
- & : Text concatenation operator
- A.I : Local Index operator
- Abs
- AnalyticaLicenseInfo
- And
- ArcCos
- ArcSin
- ArcTan
- ArcTan2
- Area
- Argmax
- Argmin
- Array
- Asc
- AskMsgNumber
- AskMsgText
- Assignment Operator:: ::= : Assignment operator
- AttribGet
- Average
- Bernoulli
- Beta
- Beta_m_sd (Distribution variations.ana)
- Betafn
- Betai
- Binomial
- BiNormal (Multivariate distributions.ana)
- 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)
- Cdf
- CDiv (Complex Library.ana)
- Ceil
- Certain
- CExp (Complex Library.ana)
- ChanceDist
- Change_index (Expand Index.ana)
- ChiSquared
- Choice
- CInverse (Complex Library.ana)
- Chr
- CLn (Complex Library.ana)
- CMatMult (Complex Library.ana)
- CMult (Complex Library.ana)
- Coerce_to_Numeric (Flat file library.ana)
- Combinations
- Comparison Operators: =, <, >, <>, <=, >=
- Complex (Complex Library.ana)
- Concat
- Concat<N> (Concatenation UDFs.ana)
- ConcatRows (Concatenation UDFs.ana)
- Condmax
- Condmin
- CopyIndex
- Correlate_Dists (Multivariate Distributions.ana)
- Correlate_With (Multivariate Distributions.ana)
- Correlation
- Cos
- Cosh
- CostCapme (Financial Library.ana)
- CostCapmm (Financial 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)
- CubicInterp
- CumDist
- CumIPmt
- CumNormal
- CumNormalInv
- CumPrinc
- CumProduct
- Cumulate
- CurrentDataDirectory
- CurrentModelDirector
- DateAdd
- DatePart
- DbLabels
- DbQuery
- DbTable
- DbTablenames
- DbWrite
- Decompose
- Degrees
- Dereference Operator: #R : Return the value pointed to by a reference R.
- Determinant
- DetermTable
- Dirichlet (Multivariate distributions.ana)
- DotProduct
- Dydx
- Dynamic
- EigenDecomp
- Elasticity
- Erf
- ErfInv
- Erlang (Distribution variations.ana)
- Error
- Evaluate
- EvaluateScript
- Exp
- Exponential
- expr1 ; expr2 : Expression Sequence Operator
- Factorial
- FindInText
- Floor
- For..Do
- Fractiles
- Frequency
- FunctionOf
- Fv
- Gamma
- Gamma_m_sd (Distribution Variations.ana)
- GammaFn
- GammaI
- GammaIInv
- Gaussian (Multivariate Distributions.ana)
- Geometric
- GetFract
- GetRegistryValue
- GetVariableByName
- GoalSeek (Optimization Functions.ana)
- Gradient (Optimization Functions.ana)
- HyperGeometric
- If-Then-Else
- Ifall-Then-Else
- Ifonly-Then-Else
- If0
- Ifpos
- IgnoreWarnings
- Im (Complex Library.ana)
- Implied_volatility_c (Financial library.ana)
- Implied_volatility_p (Financial library.ana)
- Index Position Operator: @I, @[I=x] : Get the numeric position of index elements
- IndexesOf
- Index..Do
- IndexNames
- InsertRecSql (ODBC Library.ana)
- Integrate
- Inverse_Gaussian (Distribution Variations.ana)
- Invert
- InvLogit (Generalized Regression.ana)
- IPmt
- Irr
- IsNaN
- IsNotSpecified
- IsNumber
- IsReference
- IsText
- IsUndef
- Iterate
- Join
- JoinText
- Kurtosis
- LGamma
- LinearInterp
- 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)
- 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
- MemoryInUseBy
- Mid
- Min
- Mod
- MonoCubicInterp
- MsgBox
- Multinomial (Distribution variations.ana)
- Multiuniform (Distribution variations.ana)
- NegBinomial (Distribution Variations.ana)
- NlpDefine
- Normal
- Normalize
- Not
- NPer
- Npv
- Or
- Pareto (Distribution Variations.ana)
- ParseDate (Flat file library.ana)
- ParseNum (Flat file library.ana)
- Permutations
- Pert (Distribution Variations.ana)
- Pmt
- Poisson
- PolarToC (Complex Library.ana)
- Position Operator: @I, @[I=x] : Get the numeric position of index elements
- PositionInIndex
- PPmt
- Probability
- ProbBands
- ProbDist
- Probit_Regression (Generalized Regression.ana)
- ProbTable
- Product
- Putoption (Financial Library.ana)
- Pv
- Pvgperp (Financial Library.ana)
- Pvperp (Financial Library.ana)
- QpDefine
- Q_infromrec
- Q_makerect
- Q_squareinterp
- Radians
- Random
- Rank
- RankCorrel
- Rate
- Rayleigh (Distribution variations.ana)
- Re (Complex Library.ana)
- ReadCsvFile (Flat File Library.ana)
- ReadTextFile
- Reference Operator: \X : Return a reference to X
- Reform
- Regression
- Round
- RunConsoleProcess
- Sample
- Sample_Correlation (Distribution variations.ana)
- Sample_Covariance (Distribution variations.ana)
- SchedulePublish
- Sdeviation
- SelectText
- Sequence
- Sequence Operator: first..last
- ShowPdfFile
- ShowProgressBar
- Shuffle
- Sin
- SingularValueDecomp
- Sinh
- Size
- Skewness
- Slice
- Slice Operator: [@I=n]
- Smooth_Fractile (Distribution variations.ana)
- Solve (Optimization Functions.ana)
- SolverInfo
- SortIndex
- Split
- SplitText
- SqlDriverInfo
- Sqr
- Sqrt
- Statistics
- StepInterp
- StringLength
- StringLowercase
- StringMixedCase
- StringReplace
- StringUpperCase
- StudentT
- SubFindString
- SubIndex
- Subscript
- Subscript Operator: [I=x]
- Subset
- SubString
- SubTable
- Sum
- Sys_coordindex
- Sys_localindex
- Table
- Tan
- Tanh
- TestHeapConsistency
- Text Concatenation Operator: A&B : Concatenate two text strings
- TextLength
- TextLowerCase
- TextReplace
- TextSentenceCase
- TextUpperCase
- Today
- Transpose
- Triangular
- Truncate
- TypeOf
- Uncumulate
- Uniform
- Uniform_Spherical (Multivariate distributions.ana)
- Unique
- Using..Do
- Var..Do
- Variance
- VarTerm
- Wacc (Financial Library.ana)
- Wald (Distribution Variations.ana)
- Warp_Dist (Distribution variations.ana)
- Weibull
- WhatIf
- WhatIfAll
- While..Do
- WriteCsvFile (Flat file library.ana)
- WriteTableSql (ODBC Library.ana)
- WriteTextFile
- XIrr
- XNpv
Comments
Enable comment auto-refresher