Introduction to RASON
About RASON Models and the RASON Server
Rason Subscriptions
Rason Web IDE
Creating and Running a Decision Flow
Defining Your Optimization Model
Defining Your Simulation Model
Performing Sensitivity Analysis
Defining Your Stochastic Optimization Model
Defining Your Data Science Model
Defining Custom Types
Defining Custom Functions
Defining Your Decision Table
Defining Contexts
Using the REST API
REST API Quick Call Endpoints
REST API Endpoints
Decision Flow REST API Endpoints
OData Endpoints
OData Service for Decision Flows
Creating Your Own Application
Using Arrays, For, Loops and Tables
Organization Accounts

Defining a Simulation Model

Building a simulation model using the RASON modeling language is much like building an optimization model. As we learned in the previous topic, in an optimization model, our RASON model contains components such as variables, data, constraints and objective. In a simulation model, our RASON model will contain components such as data, uncertainVariables and uncertainFunctions. You will use Psi Distribution functions to model the uncertainty as inputs and identify the outputs of special interest (such as Net Profit) to examine or summarize how they behave in light of the uncertainty.

Back to Using the Binding Property