blockProbability
Probability that input is true
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | p | 1.96 | Quantile of normal distribution with probability p |
| String | fileName | Name of the file that stores the results for the next run. Name must be unique within model. File extension must be .csv. | |
| String | dirName | Name of the directory that stores the results for the next run (without the trailing ' / ') | |
| String | decimalSeparator | "," | Decimal separator in the result file |
| Boolean | reset | Reset file for a new set of runs |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| ETL.Connectors.Boolean4Input | u | Random Boolean input | |
| ETL.Connectors.RealOutput | y | Estimate of the probability that input is true at the current time | |
| ETL.Connectors.RealOutput | range | Half-width uncertainty range of y | |
| ETL.Connectors.BooleanInput | event |