In 2002, I developed a statistical framework for testing whether your data provides statistically significant support for the hypothesis that A causes B. I published only one…
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
Testing hypotheses about causation
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…
Analytica and Cognitive Radio
The more I learn about our Analytica users, the more I discover that “those who like it, like it a lot” (to borrow a slogan from a brewery back home in Canada).
World Cup Soccer. How much does randomness determine the winner?
A few years ago France beat Croatia in the World Cup final. Congratulations to France for winning the last world championship! And also to Croatia for making it to the final…
How to limit entry to specific cells of an edit table
Netflix’s basic subscription plan was introduced in May 2014. In a Netflix business model that I created, I have an …
An Analytica model that recognizes images
I had a lot of fun building and playing with an Analytica model that analyses the pixels of an image to figure out what it is an image of. It implements the resnet18 model…
Adding alternative axis scales to a graph
Starting with a graph that varies by Time in units of Seconds, I show how to configure the graph so you can quickly change the horizontal scale from Seconds to Hours, Days or…