With languages like R or Python you need to be a programmer—or hire one. Analytica’s simple flow architecture lets you create reliable models without complex coding.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Past Blogs & Case Studies by Category

Energy & Power

Enviornment & Climate

Water & Ocean Resources

Risk & Uncertainty

Transportation & Manufacturing

Defence & Security

Academic Research

Lumina Consulting Firms
Category Posts
Analytics without coding: beyond R & Python
Computer programming in English (Part 1)
We explore a new paradigm for programming computers directly in English without any formal coding language at all. We do this by prompting a Large Language Model (LLM) to act as the…
Is Analytica Microsoft’s future programming?
Norm Judah, Chief Technology Officer of Microsoft Services, recently talked about the future of programming: “When someone thinks of business…
An Analytica advantage over MATLAB
I’m working on a model translation project for the California Energy Commission, going from MATLAB to Analytica. The transportation system model I’m working…
Using Python to parse a Shapefile
A shapefile (*.shp) is a binary file format used by Geographic Information Systems (GIS). I used an existing Python library (Fiona) to read and parse a shape file, and then…
How to call a Python function from Analytica
I found it pretty easy to call a Python function from Analytica using COM automation. The Component Object Model (COM) integration functionality comes included with the Analytica…
Using the Analytica Decision Engine (ADE) from Python
Today I interacted with an Analytica from Python, which for me was my first time doing so. To do so, I used the Analytica Decision Engine (ADE), which bundles the core Analytica…