-
Notifications
You must be signed in to change notification settings - Fork 0
Default Stuff
Holger Stitz edited this page May 7, 2015
·
1 revision
All behaviors of the model are implemented as IModelBehavior plugins, in the ModelBehaviors package.
Operations are sorted by arity- the number of input values they take. Some functions are of variable arity- having at least one varargs function is required for the model generator to reliably function.
-
uniform 0-1
-
Gaussian mean 0.5 stddev 0.3
-
coin toss
-
Discretize
-
Gaussian noise
-
Log transform
-
Negate
-
1-x (equivalent to 1 + negate)
-
Reciprocal
-
0-1 floating point truncation
-
absDiff
-
cmp
-
mult
-
smallRatio
-
Sum
-
Average
-
Max
-
Min
-
To add: stddev
-
To add: range