This class represents a specific realization of the atmosphere.
More...
|
| __init__ (self, variables) |
| The constructor for the class.
|
|
| covariance (self) |
| This method calculates the covariance matrix for all the variables.
|
|
| sample (self, N) |
| This method samples one value for each one of the variables, using their pdf.
|
|
|
| means |
| The mean value for each variable.
|
|
| names |
| The name of each variable.
|
|
| stdevs |
| The standard deviation for each variable.
|
|
| values |
| The values for each variable.
|
|
| variables |
| The variables defining the atmosphere realization.
|
|
This class represents a specific realization of the atmosphere.
More details.
◆ __init__()
__init__ |
( |
| self, |
|
|
| variables ) |
The constructor for the class.
- Parameters
-
self | The object pointer. |
variables | The variables for the atmospheric realization. |
◆ covariance()
This method calculates the covariance matrix for all the variables.
- Parameters
-
◆ sample()
This method samples one value for each one of the variables, using their pdf.
- Parameters
-
self | The object pointer. |
N | The number of desired samplings. |
◆ means
The mean value for each variable.
◆ names
The name of each variable.
◆ stdevs
The standard deviation for each variable.
◆ values
The values for each variable.
◆ variables
The variables defining the atmosphere realization.
The documentation for this class was generated from the following file: