-
Notifications
You must be signed in to change notification settings - Fork 68
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
How to use fixed variance components in Multitrait function? #55
Comments
You can probably do that by choosing a prior with very large DF. We use an
Inverse Wishart prior, the hyper-parameters are the prior scale (S) and the
prior DF. The prior mode is S/(df+p+1) where p is the number of traits.
So, if your target variance is V, you can choose. S=V*(1e8+p+1) and df=1e8
that should give you a posterior mean almost identical to V.
I am copying Paulino who may remember better the way we parameterize the
inverse wishart in Multitrait.
Gustavo
…On Wed, Jun 16, 2021 at 6:35 PM HONG-genetics ***@***.***> wrote:
I would like to do cross validation with fixed variance. How to use fixed
variance components in Multitrait function?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#55>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABGQ3IUR4BACK2BSV2MRM33TTERJ5ANCNFSM462MPZ5A>
.
|
The parameterization used for the inverse wishart distribution is the
standard one, which can be found in the wiki,
Regards.
…On Fri, Jun 18, 2021 at 7:18 AM gdeloscampos ***@***.***> wrote:
You can probably do that by choosing a prior with very large DF. We use an
Inverse Wishart prior, the hyper-parameters are the prior scale (S) and the
prior DF. The prior mode is S/(df+p+1) where p is the number of traits.
So, if your target variance is V, you can choose. S=V*(1e8+p+1) and
df=1e8 that should give you a posterior mean almost identical to V.
I am copying Paulino who may remember better the way we parameterize the
inverse wishart in Multitrait.
Gustavo
On Wed, Jun 16, 2021 at 6:35 PM HONG-genetics ***@***.***>
wrote:
> I would like to do cross validation with fixed variance. How to use fixed
> variance components in Multitrait function?
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#55>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABGQ3IUR4BACK2BSV2MRM33TTERJ5ANCNFSM462MPZ5A>
> .
>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to do cross validation with fixed variance. How to use fixed variance components in Multitrait function?
The text was updated successfully, but these errors were encountered: