The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
This vignette will introduce you to find the critical value for comparison of observed and expected obtained last step.
Simulate_DistK
and Simulate_DistX
simulate bundles of expected distributions for number of heterozygous loci and number of shared alleles respectively.
Dist_SimuChisq
generates a bundle of chi-square values which can be distributed. ecdf
build the cumulative probability functions for the chi-square values.
x2_K<-Dist_SimuChisq(Simu_K,ExpDist_K$Density,200)
x2_X<-Dist_SimuChisq(Simu_X,ExpDist_X$Density,200)
P1<-ecdf(x2_K)
P2<-ecdf(x2_X)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.