setup_polynomial_ensemble
- pyapprox.benchmarks.setup_polynomial_ensemble(nmodels=5)[source]
Return an ensemble of 5 univariate models of the form
where
- Returns:
- benchmark
Benchmark
Object containing the benchmark attributes
- funcallable
The function being analyzed
- variable
JointVariable
Class containing information about each of the nvars inputs to fun
- meansnp.ndarray (nmodels)
The mean of each model fidelity
- covariancenp.ndarray (nmodels)
The covariance between the outputs of each model fidelity
- benchmark
References