gemseo.utils.compatibility.openturns module
Compatibility between different versions of openturns.
-
compute_kendall_tau(x, y)[source]
- Parameters:
-
- Return type:
openturns.Point
-
compute_pcc(x, y)[source]
- Parameters:
-
- Return type:
openturns.Point
-
compute_pearson_correlation(x, y)[source]
- Parameters:
-
- Return type:
openturns.Point
-
compute_prcc(x, y)[source]
- Parameters:
-
- Return type:
openturns.Point
-
compute_spearman_correlation(x, y)[source]
- Parameters:
-
- Return type:
openturns.Point
-
compute_squared_src(x, y)[source]
- Parameters:
-
- Return type:
openturns.Point
-
compute_src(x, y)[source]
- Parameters:
-
- Return type:
openturns.Point
-
compute_srrc(x, y)[source]
- Parameters:
-
- Return type:
openturns.Point
-
create_trend_basis(basis_factory, input_dimension, output_dimension)[source]
- Parameters:
basis_factory (type)
input_dimension (int)
output_dimension (int)
- Return type:
Basis