User contributions
- 16:33, 18 January 2016 diff hist +35 m CumBinomialInv →Examples
- 18:09, 12 January 2016 diff hist +92 Q SquareInterp
- 18:06, 12 January 2016 diff hist +7 m Q SquareInterp →Example
- 18:05, 12 January 2016 diff hist +1,381 N Q SquareInterp Created page with "category:Interpolation functions == Q_SquareInterp( xi, yi, x'', I'' ) == A function used internally by Analytica to perform an interpolation between points in such a wa..."
- 18:04, 12 January 2016 diff hist 0 N File:Q square interp data.png current
- 18:02, 12 January 2016 diff hist 0 N File:Q SquareInterp integral.png current
- 17:56, 12 January 2016 diff hist 0 N File:Q SquareInterp.png current
- 23:31, 11 January 2016 diff hist -3 m For versus Local →Declaration using the same name
- 23:15, 11 January 2016 diff hist +2 m For versus Local →An example
- 23:13, 11 January 2016 diff hist +7 m For versus Local →What Var does
- 22:32, 4 January 2016 diff hist +25 CumGeometricInv Said incorrectly "computes the largest k... such that prob is <= u." It is actually smallest k st prob >= u.
- 22:57, 31 December 2015 diff hist +370 N GetArrowsOnDiagram Created page with "category:Meta-Inference Functions ''new to Analytica 4.7'' == GetArrowsOnDiagram( module ) == Returns a list of the arrows that appear on an influence diagram. Each..."
- 21:35, 31 December 2015 diff hist +1,365 N CreateNewObject Created page with "category:Meta-Inference Functions ''new to Analytica 4.7'' == CreateNewObject( class, inModule'', title, identifier, original'' ) == Creates a new Analytica object..."
- 21:27, 31 December 2015 diff hist +41 Dawson →Erfi(x) current
- 21:27, 31 December 2015 diff hist 0 N File:Erfi2.png current
- 21:26, 31 December 2015 diff hist 0 N File:Erfi.png current
- 21:20, 31 December 2015 diff hist +534 Dawson
- 21:16, 31 December 2015 diff hist +934 Erf
- 21:03, 31 December 2015 diff hist +1 m Faddeeva →Faddeeva(z)
- 21:02, 31 December 2015 diff hist +2 m Faddeeva →Faddeeva(z)
- 21:02, 31 December 2015 diff hist 0 Faddeeva →Faddeeva(z)
- 21:01, 31 December 2015 diff hist +1,550 N Faddeeva Created page with "category:Functions that operate on complex numbers category:Math Functions ''new in Analytica 4.7'' == Faddeeva(z) == Computes the Faddeeva function, or Kramp f..."
- 20:29, 31 December 2015 diff hist +974 N BitCount Created page with "category:Bit functions ''new to Analytica 4.7'' == BitCount(x'', which'') == Counts the number of 1 bits in the 64-bit integer portion of «x». The optional «whi..."
- 20:20, 31 December 2015 diff hist +277 N Category:Bit functions Created page with "category:Math Functions ''new to Analytica 4.7'' Use these functions to perform bitwise operations on integer values. An integer value is composed of 64 bits, wher..."
- 20:16, 31 December 2015 diff hist 0 N File:BitShift right rot.png current
- 20:15, 31 December 2015 diff hist 0 N File:BitShift right.png current
- 20:13, 31 December 2015 diff hist 0 N File:BitShift x.png current
- 20:13, 31 December 2015 diff hist +2,419 N BitShift Created page with "category:Bit functions ''new to Analytica 4.7'' == BitShift( x, shift'', left, I, rotate, bit'' ) == Shifts the bits in an integer value «x» bit «shift» positio..."
- 19:44, 31 December 2015 diff hist 0 m BitAnd →See Also
- 19:44, 31 December 2015 diff hist -1 m BitOr →See Also
- 19:42, 31 December 2015 diff hist +914 N BitNot Created page with "category:Bit functions ''new in Analytica 4.7'' == BitNot( x ) == Returns the bitwise one's complement of the integer portion of a number. Each 1 bit in «x» is ch..."
- 19:33, 31 December 2015 diff hist +37 NumberToText Binary
- 19:31, 31 December 2015 diff hist 0 N File:BitOr result2.png current
- 19:31, 31 December 2015 diff hist 0 N File:BitOr result1.png current
- 19:31, 31 December 2015 diff hist 0 N File:BitOr result1d.png current
- 19:30, 31 December 2015 diff hist 0 N File:BitOr x binary.png current
- 19:30, 31 December 2015 diff hist 0 N File:BitOr x.png current
- 19:26, 31 December 2015 diff hist +1,235 N BitOr Created page with "category:Bit functions ''new in Analytica 4.7'' == BitOr( x'', I'' ) == Returns the bitwise OR of the integer portions of an array of numbers. Each bit in the resul..."
- 19:21, 31 December 2015 diff hist 0 m BitXOr →Examples
- 19:21, 31 December 2015 diff hist 0 N File:BitXOr result2.png current
- 19:20, 31 December 2015 diff hist 0 N File:BitXOr result1.png current
- 19:20, 31 December 2015 diff hist 0 N File:BitXOr result1d.png current
- 19:17, 31 December 2015 diff hist +1,291 N BitXOr Created page with "category:Bit functions ''new in Analytica 4.7'' == BitXOr( x'', I'' ) == Returns the bitwise exclusive-OR (XOR) of the integer portions of an array of numbers. Each..."
- 19:11, 31 December 2015 diff hist +1,118 Binary and hexadecimal integer formats negative values
- 18:58, 31 December 2015 diff hist +3,385 N Binary and hexadecimal integer formats Created page with "== Integers == Integers are positive or negative whole numbers, or zero. Integer values within the range from -9,223,372,036,854,775,808 (-2^63) to 9,223,372,036,854,775,807..."
- 17:26, 31 December 2015 diff hist +1,263 N BitAnd Created page with "category:Bit functions ''new in Analytica 4.7'' == BitAnd( x'', I'' ) == Returns the bitwise AND of the integer portions of an array of numbers. Each bit in the res..."
- 17:24, 31 December 2015 diff hist 0 N File:BitAnd result1d.png current
- 17:23, 31 December 2015 diff hist +50 N File:BitAnd x.png example array for BitAnd, show as base-10 integers current
- 17:13, 31 December 2015 diff hist +25 N File:BitAnd result2.png Result for BitAnd example current
- 17:11, 31 December 2015 diff hist +25 N File:BitAnd result1.png Result for BitAnd example current