User contributions for Lchrisman
20 August 2025
- 16:0316:03, 20 August 2025 diff hist +1,265 N 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..." current
- 15:4915:49, 20 August 2025 diff hist +63 PythonModelEnvironment No edit summary current
- 15:4915:49, 20 August 2025 diff hist +685 N PythonModelEnvironment Created page with "category:Python integration ''new to Analytica 7.0'' == SysVar PythonModelEnvironment == The python environment used for this model, overrides PythonEnvironment...."
- 15:4815:48, 20 August 2025 diff hist +795 N 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..." current
- 15:4115:41, 20 August 2025 diff hist +433 N 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..." current
- 15:3915:39, 20 August 2025 diff hist +593 N 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:3015:30, 20 August 2025 diff hist +461 N 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:2315:23, 20 August 2025 diff hist +80 Python Pandas Library No edit summary
- 15:2315:23, 20 August 2025 diff hist +3,161 N 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:1815:18, 20 August 2025 diff hist +86 N PyExplodeDataFrame Redirected page to Python Pandas library#PyExplodeDataFrame current Tag: New redirect
- 15:1415:14, 20 August 2025 diff hist +411 N 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..." current
- 15:1215:12, 20 August 2025 diff hist +48 PyDict →See also current
- 15:1215:12, 20 August 2025 diff hist +306 N 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..." current
- 15:0815:08, 20 August 2025 diff hist +403 N 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:0715:07, 20 August 2025 diff hist +215 N 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:0615:06, 20 August 2025 diff hist +1,259 N 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:0315:03, 20 August 2025 diff hist +9 m Using Python from Analytica →Defining a UDF with a Python expr definition
- 15:0015:00, 20 August 2025 diff hist +427 N 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..." current
- 14:5314:53, 20 August 2025 diff hist +240 Using Python from Analytica →Setting up a Python environment
- 14:5114:51, 20 August 2025 diff hist 0 N File:Python menu.png No edit summary current
- 14:4714:47, 20 August 2025 diff hist +8 m Using Python from Analytica Parameters field --> Parameters attribute
- 14:4314:43, 20 August 2025 diff hist +12 Using Python from Analytica →Arrow Operator (->)
19 August 2025
- 18:0118:01, 19 August 2025 diff hist +34 Using Python from Analytica No edit summary
- 17:5717:57, 19 August 2025 diff hist +192 Using Python from Analytica No edit summary
- 17:5517:55, 19 August 2025 diff hist +103 Using Python from Analytica →Accessing Analytica objects from Python code
- 17:4017:40, 19 August 2025 diff hist +506 Using Python from Analytica No edit summary
- 17:3417:34, 19 August 2025 diff hist +362 Using Python from Analytica No edit summary
- 17:2117:21, 19 August 2025 diff hist +383 N 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..." current
- 17:1817:18, 19 August 2025 diff hist +74 Using Python from Analytica No edit summary
- 17:1517:15, 19 August 2025 diff hist +1,681 N Using Python from Analytica Sketch of outline
- 16:4916:49, 19 August 2025 diff hist +32 What's new in Analytica 7.0? No edit summary
18 August 2025
- 14:4514:45, 18 August 2025 diff hist +123 Error Messages/46661 No edit summary current
- 14:4414:44, 18 August 2025 diff hist +24 Error Messages/46663 No edit summary current
- 14:4314:43, 18 August 2025 diff hist +1,017 N 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:3614:36, 18 August 2025 diff hist +723 N 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..."
10 August 2025
- 16:1316:13, 10 August 2025 diff hist +4 m Subscript-Slice Operator →When a subscript is Out of Range
- 16:1216:12, 10 August 2025 diff hist +162 Subscript-Slice Operator →When a subscript is Out of Range
- 16:1116:11, 10 August 2025 diff hist +759 Subscript-Slice Operator →When a subscript is Out of Range
- 15:5615:56, 10 August 2025 diff hist −1 m Subscript-Slice Operator →When a subscript is Out of Range
- 15:5615:56, 10 August 2025 diff hist +1 m Subscript-Slice Operator →When a subscript is Out of Range
- 15:5315:53, 10 August 2025 diff hist 0 Subscript-Slice Operator →Re-ordering
- 15:5315:53, 10 August 2025 diff hist +49 Subscript-Slice Operator →Re-ordering
8 August 2025
- 23:1223:12, 8 August 2025 diff hist +128 Analytica Docs Added LLM comment.
5 August 2025
- 23:2523:25, 5 August 2025 diff hist +752 LChrisman/Possible MetaLog application examples No edit summary current
- 23:1123:11, 5 August 2025 diff hist +171 LChrisman/Possible MetaLog application examples →Financial options
- 21:5421:54, 5 August 2025 diff hist +116 LChrisman/Possible MetaLog application examples →Financial options
- 21:5421:54, 5 August 2025 diff hist +1,962 LChrisman/Possible MetaLog application examples →Options pricing
- 18:3818:38, 5 August 2025 diff hist +398 LChrisman/Possible MetaLog application examples No edit summary
- 18:3318:33, 5 August 2025 diff hist +988 N 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..."
- 18:1918:19, 5 August 2025 diff hist +54 Internal:LChrisman No edit summary