PersistentObject¶
- class PersistentObject(*args, **kwargs)¶
PersistentObject saves and reloads the object’s internal state.
Methods
Accessor to the object's name.
getName()Accessor to the object's name.
hasName()Test if the object is named.
setName(name)Accessor to the object's name.
- __init__(*args, **kwargs)¶
- getClassName()¶
Accessor to the object’s name.
- Returns:
- class_namestr
The object class name (object.__class__.__name__).
- getName()¶
Accessor to the object’s name.
- Returns:
- namestr
The name of the object.
- 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.
Examples using the class¶
Linear Regression with interval-censored observations
Bayesian calibration of hierarchical fission gas release models
Calibrate a parametric model: a quick-start guide to calibration
Generate observations of the Chaboche mechanical model
Fitting a distribution with customized maximum likelihood
Estimate tail dependence coefficients on the wave-surge data
Estimate tail dependence coefficients on the wind data
A quick start guide to the Point and Sample classes
Kolmogorov-Smirnov : get the statistics distribution
Create a multivariate basis of functions from scalar multivariable functions
Defining Python and symbolic functions: a quick start introduction to functions
Plot the log-likelihood contours of a distribution
Gaussian Process Regression: multiple input dimensions
Gaussian Process-based active learning for reliability
Gaussian Process Regression: choose an arbitrary trend
Gaussian Process Regression: choose a polynomial trend on the beam model
Gaussian Process Regression : cantilever beam model
Gaussian Process Regression: surrogate model with continuous and categorical variables
Gaussian Process Regression: choose a polynomial trend
Gaussian process fitter: configure the optimization solver
Gaussian Process Regression: use an isotropic covariance kernel
Gaussian Process Regression : generate trajectories from the metamodel
Gaussian Process Regression: metamodel of the Branin-Hoo function
Example of multi output Gaussian Process Regression on the fire satellite model
Sequentially adding new points to a Gaussian Process metamodel
Gaussian Process Regression: propagate uncertainties
Create a polynomial chaos metamodel by integration on the cantilever beam
Conditional expectation of a polynomial chaos expansion
Apply a transform or inverse transform on your polynomial chaos
Create a polynomial chaos for the Ishigami function: a quick start guide to polynomial chaos
Create a polynomial chaos metamodel from a data set
Create a full or sparse polynomial chaos expansion
Estimate a multivariate integral with IteratedQuadrature
Compute leave-one-out error of a polynomial chaos expansion
Compute confidence intervals of a regression model from data
Compute confidence intervals of a univariate noisy function
Create your own distribution given its quantile function
Create a maximum entropy order statistics distribution
Create the distribution of the maximum of distributions
Compute the joint distribution of order statistics
Use the Ratio of Uniforms algorithm to sample a distribution
Sample trajectories from a Gaussian Process with correlated outputs
Create a process from random vectors and processes
Evaluate the mean of a random vector by simulations
Create a design of experiments with discrete and continuous variables
Create mixed deterministic and probabilistic designs of experiments
Axial stressed beam : comparing different methods to estimate a probability
Estimate a probability with Monte-Carlo on axial stressed beam: a quick start guide to reliability
Use the Adaptive Directional Stratification Algorithm
Using the FORM - SORM algorithms on a nonlinear function
An illustrated example of a FORM probability estimate
Use the FORM algorithm in case of several design points
Non parametric Adaptive Importance Sampling (NAIS)
Use the post-analytical importance sampling algorithm
Test the design point with the Strong Maximum Test
Estimate Sobol indices on a field to point function
Sobol’ sensitivity indices using rank-based algorithm
Estimate Sobol’ indices for a function with multivariate output
Estimate Sobol’ indices for the beam by simulation algorithm
Example of sensitivity analyses on the wing weight model
OpenTURNS