-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/version4 #172
Merged
Merged
Feature/version4 #172
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added option for hyperbolic truncation of total_degree_set.
Distributions are needed for estimation of higher statistical moments
Analytical solution of triple product of legendre polynomials
Calculation of Wigner 3j symbols for triple product. Simplified for special case of legendre polynomials.
Analytical calculation of triple product of Hermite polynomials
Naive implementation of higher moments. It should be computationaly optimized for large basis sets.
Optimization of memory requirements.
Correction of formula for multivariate outputs.
Class containing implementation of the best model selection algorithm based on LARs and OLS.
Add LeastAngleRegression.py
Added test function 19 and 20 for skewness and kurtosis. Added test function 21 for LAR model selection
import leave-one-out error function
Added description of HyperbolicBasis Class
Added references for LARS
Added description of higher moments and leave-one-out error
Description was switched with TotalDegreeBasis
The Description was switched with TensorBasis
# Conflicts: # tests/unit_tests/dimension_reduction/test_kernel.py
# Conflicts: # docs/source/installation_doc.rst # example/Inference/BayesModelSelection/Bayesian model selection.ipynb # example/Inference/BayesParameterEstimation/Bayesian_parameter_estimation_MCMC.ipynb # example/Inference/MLEstimation/Maximum_Likelihood_Example.ipynb # example/Reliability/TaylorSeries/TaylorSeries_Example1.ipynb # example/SampleMethods/IS/IS_Example1.ipynb # example/SampleMethods/MCMC/MCMC_Example2.ipynb # example/Sensitivity/Morris.ipynb # example/Transformations/Nataf-Example1.ipynb # src/UQpy/Inference/BayesParameterEstimation.py # src/UQpy/Reliability/TaylorSeries/FORM.py # src/UQpy/Reliability/TaylorSeries/SORM.py # src/UQpy/Reliability/TaylorSeries/TaylorSeries.py # src/UQpy/SampleMethods/IS.py # src/UQpy/SampleMethods/LHS.py # src/UQpy/SampleMethods/MCMC/mcmc.py # src/UQpy/SampleMethods/STS/delaunay.py # src/UQpy/SampleMethods/STS/rectangular.py # src/UQpy/SampleMethods/STS/sts.py # src/UQpy/SampleMethods/STS/voronoi.py # src/UQpy/Transformations/Correlate.py # src/UQpy/Transformations/Nataf.py # tests/Surrogates/test_PCE.py # tests/__init__.py
…smannian Distances.
…ture/v4_docs_review
…nto feature/version4
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.