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

Error for heritability calculation using too small variances #113

Open
efukatsu opened this issue Sep 15, 2022 · 1 comment
Open

Error for heritability calculation using too small variances #113

efukatsu opened this issue Sep 15, 2022 · 1 comment

Comments

@efukatsu
Copy link

Hi,

When I executed remlf90(), I obtained following results:

Variance components:
Estimated variances S.E.
genetic 1.844e-05 0.006452
Residual 3.721e+02 27.814000

           Estimate      S.E.

Heritability -9.729e-08 1.747e-05

Heritability should be
1.844e-05/(1.844e-05 + 3.721e+02) = 4.955657e-08

I guess the calculation of variance may be conducted using blupf90 with 16bit Half-precision floating-point format, so the variances smaller than 6.10x10^-5 may result in minus value. Is it right?

I would like to obtain advices about above results.

Thanks,

Eitaro

@famuvie
Copy link
Owner

famuvie commented Sep 15, 2022 via email

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

No branches or pull requests

2 participants