TaylorExpansionMomentsResult

class persalys.TaylorExpansionMomentsResult(*args)

Get the results of Taylor expansions for moments estimation.

Methods

getClassName()

Accessor to the object's name.

getElapsedTime()

Elapsed time in seconds to perform the analysis.

getMeanFirstOrder()

First order mean accessor.

getMeanSecondOrder()

Second order mean accessor.

getName()

Accessor to the object's name.

getOutputNames()

Output variable names accessor.

getStandardDeviation()

Standard deviation accessor.

getVariance()

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

getMeanSecondOrder()

Second order mean accessor.

Returns
meanopenturns.Point

Second order 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

getStandardDeviation()

Standard deviation accessor.

Returns
meanopenturns.Point

Standard deviation

getVariance()

Variance accessor.

Returns
meanopenturns.Point

Variance

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.