Skip to content
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

add N_ens input to Unscented, it can be N+2 or 2N+1 #163

Merged
merged 1 commit into from
Jul 8, 2022
Merged

Conversation

Zhengyu-Huang
Copy link
Contributor

In this PR, we add an argument for Unscented struct and its constructor

The number of sigma points (ensemble size) N_ens can be = 2N+1 or N+2

In its constructor, the default value is 2N+1

src/UnscentedKalmanInversion.jl Outdated Show resolved Hide resolved
src/UnscentedKalmanInversion.jl Outdated Show resolved Hide resolved
Copy link
Contributor

@ilopezgp ilopezgp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @Zhengyu-Huang !! Can you squash commits before merging? Here is how to do it just in case.

format revert

format revert

update format

update sigma points

update tests

format

format

format
@Zhengyu-Huang
Copy link
Contributor Author

bors r+

@bors
Copy link
Contributor

bors bot commented Jul 8, 2022

Build succeeded:

@bors bors bot merged commit 38d9d6c into main Jul 8, 2022
@bors bors bot deleted the dh/uki-np2 branch July 8, 2022 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants