HAPI.Model Class Module | Startpage |
HAPI | HAPI.Model |
Expression(lIndex As Long) [[As Expression]] (RW)
- Store the expression exprNewExpr at position lIndex within the model. If there is already an expression stored at the position within the model, Delete will be executed for that expression (which will invalidate references to that expression)
NumberOfSamplesPerInterval() [[As Long]] (RW)
- Set/Get the number of samples per interval
Delete()
- Delete the model. After the model has been deleted, the table for which the model was defined will again be the definitive source for its contents.
GetNodes() As Collection
- Return the collection of nodes of the model.
GetSize() As Long
- Return the number of configurations of the nodes of the model.
A model consists of a list of díscrete nodes and a set of Expressions (one expression for each configuration of the nodes).
The Expressions are built using standard statistica distributions (such as Normal, Binomial, Beta, Gamma, etc.), arithmetic operators (such as addition, subtraction etc.), standard functions (such as logarithm and exponential), logical operators (conjunction, disjunction, and conditional), and relations (such as less-than or equals).
![]() |
HUGIN Expert A/S, 2008 - comments to activex@hugin.com |