TaylorExpansionMomentsResult¶
- class persalys.TaylorExpansionMomentsResult(*args)¶
- Get the results of Taylor expansions for moments estimation. - Methods - Accessor to the object's name. - Elapsed time in seconds to perform the analysis. - First order mean accessor. - Second order mean accessor. - getName()- Accessor to the object's name. - Output variable names accessor. - Standard deviation accessor. - Variance accessor. - hasName()- Test if the object is named. - setName(name)- Accessor to the object's name. - __init__(*args)¶
 - getClassName()¶
- Accessor to the object’s name. - Returns:
- class_namestr
- The object class name (object.__class__.__name__). 
 
 
 - getElapsedTime()¶
- Elapsed time in seconds to perform the analysis. - Returns:
- timedouble
- Elapsed time in seconds to perform the analysis 
 
 
 - getMeanFirstOrder()¶
- First order mean accessor. - Returns:
- meanopenturns.Point
- First order mean 
 
- mean
 
 - getMeanSecondOrder()¶
- Second order mean accessor. - Returns:
- meanopenturns.Point
- Second order mean 
 
- mean
 
 - getName()¶
- Accessor to the object’s name. - Returns:
- namestr
- The name of the object. 
 
 
 - getOutputNames()¶
- Output variable names accessor. - Returns:
- listXMaxopenturns.Description
- Output variable names 
 
- listXMax
 
 - getStandardDeviation()¶
- Standard deviation accessor. - Returns:
- meanopenturns.Point
- Standard deviation 
 
- mean
 
 - getVariance()¶
- Variance accessor. - Returns:
- meanopenturns.Point
- Variance 
 
- mean
 
 - hasName()¶
- Test if the object is named. - Returns:
- hasNamebool
- True if the name is not empty. 
 
 
 - setName(name)¶
- Accessor to the object’s name. - Parameters:
- namestr
- The name of the object. 
 
 
 
