This class represents the generic atmospheric variable.
More...
|
| | __init__ (self, name, values) |
| | The constructor for the class.
|
| |
| | plot_pdf (self) |
| | This method plots the variable pdf on a canvas.
|
| |
| | sample (self, N) |
| | This method samples one value for the variable, using his pdf.
|
| |
| | termplot_pdf (self) |
| | This method plots the variable pdf over the terminal.
|
| |
|
| | name |
| | The name of the variable.
|
| |
| | pdf |
| | The probability density function calculated using KDE.
|
| |
| | values |
| | The values defining the variable statistics.
|
| |
This class represents the generic atmospheric variable.
More details.
◆ __init__()
| __init__ |
( |
| self, |
|
|
| name, |
|
|
| values ) |
The constructor for the class.
- Parameters
-
| self | The object pointer. |
| name | The name of the variable. |
| values | The values assumed by the variable. |
◆ plot_pdf()
This method plots the variable pdf on a canvas.
- Parameters
-
◆ sample()
This method samples one value for the variable, using his pdf.
- Parameters
-
| self | The object pointer. |
| N | The number of desired samplings. |
◆ termplot_pdf()
This method plots the variable pdf over the terminal.
- Parameters
-
◆ name
The name of the variable.
◆ pdf
The probability density function calculated using KDE.
◆ values
The values defining the variable statistics.
The documentation for this class was generated from the following file: