Main public logs
Combined display of all available logs of Analytica Docs. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:10, 30 September 2025 Lchrisman talk contribs created page Struct (Created page with "category:Objects category:Variables ''new to Analytica 7.0'' == Struct class == A Struct object defines a new atomic data type. When you create a new Struct,...")
- 20:55, 30 September 2025 Lchrisman talk contribs created page File:MyDtype Struct.png
- 20:55, 30 September 2025 Lchrisman talk contribs uploaded File:MyDtype Struct.png
- 22:36, 23 September 2025 Lchrisman talk contribs created page Arrow operator (Created page with "category:Operators == <code>x->member</code> == The arrow operator accesses a member or invokes a member function of an atomic value. This can be distinguished from the '...")
- 21:49, 23 September 2025 Lchrisman talk contribs created page File:Filled bands plot.png
- 21:49, 23 September 2025 Lchrisman talk contribs uploaded File:Filled bands plot.png
- 15:47, 23 September 2025 Lchrisman talk contribs created page KeelinPropertyFromA (Created page with "category:Statistical Functions ''New to Analytica 6.6'' == KeelinPropertyFromA( a, K, property'', arg1, arg2, resultIndex'' ) == KeelinPropertyFromA returns a re...")
- 21:02, 12 September 2025 Lchrisman talk contribs created page Using Python from Analytica/Examples using Python (Created page with "This page will contain examples of using Python-Analytica integration.")
- 21:59, 4 September 2025 Lchrisman talk contribs created page Lambda function (Redirected page to Local functions and local value captures) Tag: New redirect
- 20:28, 4 September 2025 Lchrisman talk contribs created page Pict (Redirected page to Attributes#Pict) Tag: New redirect
- 20:27, 27 August 2025 Lchrisman talk contribs deleted page PyGet (Removed the prototype PyGet function before 7.0 release.)
- 15:19, 24 August 2025 Lchrisman talk contribs created page File:Checkbox configuring All option.png
- 15:19, 24 August 2025 Lchrisman talk contribs uploaded File:Checkbox configuring All option.png
- 14:45, 24 August 2025 Lchrisman talk contribs created page File:Checkbox with All selected.png
- 14:45, 24 August 2025 Lchrisman talk contribs uploaded File:Checkbox with All selected.png
- 14:44, 24 August 2025 Lchrisman talk contribs created page File:Checkbox with plus.png
- 14:44, 24 August 2025 Lchrisman talk contribs uploaded File:Checkbox with plus.png
- 16:23, 20 August 2025 Lchrisman talk contribs created page Local functions (Redirected page to Local functions and local value captures) Tag: New redirect
- 16:22, 20 August 2025 Lchrisman talk contribs created page Python (Redirected page to Using Python from Analytica) Tag: New redirect
- 16:17, 20 August 2025 Lchrisman talk contribs created page File:Callable.png
- 16:17, 20 August 2025 Lchrisman talk contribs uploaded File:Callable.png
- 16:03, 20 August 2025 Lchrisman talk contribs created page PythonStartupCode (Created page with "category:Python integration ''new to Analytica 7.0'' == SysVar PythonStartupCode == Python code that is executed when the python environment is loaded. When you nee...")
- 15:49, 20 August 2025 Lchrisman talk contribs created page PythonModelEnvironment (Created page with "category:Python integration ''new to Analytica 7.0'' == SysVar PythonModelEnvironment == The python environment used for this model, overrides PythonEnvironment....")
- 15:48, 20 August 2025 Lchrisman talk contribs created page PythonEnvironment (Created page with "category:Python integration ''new to Analytica 7.0'' == SysVar PythonEnvironment == The default Python environment on this computer for Analytica's use. This can con...")
- 15:41, 20 August 2025 Lchrisman talk contribs created page PyTuple (Created page with "category:Python integration ''new to Analytica 7.0'' == PyTuple( x'', I'' ) == Creates a Python tuple. Use <code>PyTuple(x)</code> when «x» is an Analytica list (h...")
- 15:39, 20 August 2025 Lchrisman talk contribs created page PyList (Created page with "category:Python integration ''new to Analytica 7.0'' == PyList( x'', I, toSet'' ) == Creates a Python list or a Python set. Use <code>PyList(x)</code> when «x» i...")
- 15:32, 20 August 2025 Lchrisman talk contribs created page PyGet (Created page with "category:Python integration ''new to Analytica 7.0'' == PyGet( ident ) == Gets the value of a python global. This is the same as using: :<code>py::ident</code> ==...")
- 15:30, 20 August 2025 Lchrisman talk contribs created page PyExplode (Created page with "category:Python integration ''new to Analytica 7.0'' == PyExplode( obj'', indexes, excludeTypes, keyIndexName'' ) == Expands a Python object into an Analytica data s...")
- 15:23, 20 August 2025 Lchrisman talk contribs created page Python Pandas library (Created page with "category:Python integration ''new to Analytica 7.0'' The Python Pandas library contains functions to assist with using the Pandas library (a common Python library) fr...")
- 15:18, 20 August 2025 Lchrisman talk contribs created page PyExplodeDataFrame (Redirected page to Python Pandas library#PyExplodeDataFrame) Tag: New redirect
- 15:14, 20 August 2025 Lchrisman talk contribs created page PyExec (Created page with "category:Python integration ''new to Analytica 7.0'' == PyExec(code'', globals, locals, flags, dependsOn'' ) == Executes python code. If the last thing executed defi...")
- 15:12, 20 August 2025 Lchrisman talk contribs created page PyEval (Created page with "category:Python integration ''new to Analytica 7.0'' == PyEval( expr'', globals, locals, excludeTypes'' ) == Evaluates a python expression (without side-effects). Re...")
- 15:08, 20 August 2025 Lchrisman talk contribs created page PyDict (Created page with "category:Python integration ''new to Analytica 7.0'' == PyDict( x'', I'' ) == Creates a Python dict from a 1-D Analytica array. Use <code>PyDict( x, I )</code> where...")
- 15:07, 20 August 2025 Lchrisman talk contribs created page PyCall (Created page with "category:Python integration ''new to Analytica 7.0'' == PyCall( f'', args,, kwArgs'' ) == Calls a python function. == See also == * Using Python from Analytica...")
- 15:06, 20 August 2025 Lchrisman talk contribs created page Callable (Created page with "category:Python integration ''new to Analytica 7.0'' == Callable class == A Callable Object is a Variable subclass. Like a Variable, it has a Evaluation mo...")
- 15:00, 20 August 2025 Lchrisman talk contribs created page PyArray (Created page with "category:Python integration ''new to Analytica 7.0'' == PyArray( x'', I, dtype'') == Creates a NumPy array from an Analytica array. <code>PyArray( x, I, J, K )</code...")
- 14:51, 20 August 2025 Lchrisman talk contribs created page File:Python menu.png
- 14:51, 20 August 2025 Lchrisman talk contribs uploaded File:Python menu.png
- 17:21, 19 August 2025 Lchrisman talk contribs created page Category:Python integration (Created page with "category:Integration Functions Pages related to integrating the use of Python with Analytica. Beginning in Analytica 7.0, from the Analytica Developer edition, yo...")
- 17:15, 19 August 2025 Lchrisman talk contribs created page Using Python from Analytica (Sketch of outline)
- 14:43, 18 August 2025 Lchrisman talk contribs created page Error Messages/46663 (Created page with "== Error message == : Since x has 2 dimensions, the dimension to use for the repeated parameter forward into a literal list is ambiguous. == Cause == You have an expression s...")
- 14:36, 18 August 2025 Lchrisman talk contribs created page Error Messages/46661 (Created page with "== Error Message == :The value passed to the repeated parameter forwarding operator while splatting into a list has 2 dimensions, so it is ambiguous which dimension is being f...")
- 22:51, 15 August 2025 Lchrisman talk contribs changed group membership for Peter Moore from ActiveSupport to ActiveSupport and Staff
- 20:51, 15 August 2025 Lchrisman talk contribs changed group membership for Pmoore from ActiveSupport to ActiveSupport and Staff
- 18:33, 5 August 2025 Lchrisman talk contribs created page LChrisman/Possible MetaLog application examples (Created page with "This is a brainstorming ideas page. A place to list ideas for possible examples (either practical or didactic) of the MetaLog distribution. In particular, I'm looking for exam...")
- 16:50, 5 August 2025 Lchrisman talk contribs created page LChrisman/Queuing theory application of MetaLog (Created page with "This page contains brainstorming-level investigation into the application of the Keelin (MetaLog) distribution to queueing theory. Right now it is just a place for notes,...")
- 23:38, 28 July 2025 Lchrisman talk contribs deleted page File:BackupScript.txt
- 23:25, 28 July 2025 Lchrisman talk contribs deleted page File:Wikibackupscript.txt
- 22:59, 24 July 2025 Lchrisman talk contribs created page Error Messages/42999 (Created page with "== Example Error Message== : Lexical error at line 1: : <code>Choice( 'a'..'d', 1)</code> : <code> ↑</code> :The first parameter,...")
- 22:49, 24 July 2025 Lchrisman talk contribs created page Error Messages/42998 (Created page with "== Example Error Message == :Lexical error at line 1: :<code>IndexLength( ['a', 'b', 'c' ] )</code> :<code> &n...")