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)

Comments


You are not allowed to post comments.