This package contains base functions which will be used in the Modelica Building Occupancy simulation module. The functions included in this package would map the inputs, for instance the indoor/output temperature, to two kinds of outputs: on/off state or the duration of a specific state.
| Name | Description |
|---|---|
| binaryVariableGeneration | Binary variables random generator |
| exponentialVariableGeneration | Random variable generator from the exponential distribution |
| linear1D | Mapping a continuous input to a binary output through a linear relation |
| logit1D | Mapping a continuous input to a binary output through a logistic relation |
| logit1DQuadratic | Mapping a continuous input to a binary output through a quadratic logistic relation |
| logit2D | Mapping two continuous inputs to a binary output through a 2-dimension logistic relation |
| weibull1DOFF | Mapping a continuous input to a binary output through a Weibull distribution relation |
| weibull1DON | Mapping a continuous input to a binary output through a Weibull distribution relation |
| weibullVariableGeneration | Random variable generator from the Weibull distribution |
| Validation | Package with examples to validate functions in BaseClasses package |