ATMI - Atmospheric Impact Simulation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
atmosphere Class Reference

This class represents a specific realization of the atmosphere. More...

Public Member Functions

 __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.
 

Public Attributes

 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.
 

Detailed Description

This class represents a specific realization of the atmosphere.

More details.

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
variables )

The constructor for the class.

Parameters
selfThe object pointer.
variablesThe variables for the atmospheric realization.

Member Function Documentation

◆ covariance()

covariance ( self)

This method calculates the covariance matrix for all the variables.

Parameters
selfThe object pointer.

◆ sample()

sample ( self,
N )

This method samples one value for each one of the variables, using their pdf.

Parameters
selfThe object pointer.
NThe number of desired samplings.

Member Data Documentation

◆ means

means

The mean value for each variable.

◆ names

names

The name of each variable.

◆ stdevs

stdevs

The standard deviation for each variable.

◆ values

values

The values for each variable.

◆ variables

variables

The variables defining the atmosphere realization.


The documentation for this class was generated from the following file: