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

work2D #217

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Conversation

mariajmellado
Copy link

### Last update research

Is about to automatize the search of the best parameters for SE Kernel of the GP.
The automatization is implemented with scipy.minimize routine given the expression
P(m,c,l|V) = P(m,c,l)^2 *(|2πN|^ -1/2) *(|2πS|^ -1/2) * (|2πD|^ 1/2) * exp(j^T D j/2) * exp( - V^T N^-1 V/2 ) / P(V)

Where P(m, c, l) = P(m)P(c)P(l) where P(m) and P(c) are uniformative priors and P(l) is an inverse gamma prior.
I also added the file that I'm running to obtain the fit, just in case.

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.

None yet

1 participant