Description Usage Arguments Value
Finds the SFS from a given solution of P and E
1 |
P |
One of the factorized two matrices, which will control the stopping criteria |
E |
The other of the facotrized matrizes |
maxIter |
The maximum number of iterations |
check |
Number of iterations between checking to stop |
beta |
The two shape parameters in the be3ta distribution to sample lambda |
eps |
Epsilon for the stopping criteria |
A list of outputs from the sampleSFS function
avgChangeFinal - final average change for each entrance in P
avgChangeEachCheck - average change for each entrance in P at each check
totalIter - total number of iterations needed for convergence of the average change
Pminimum - minimum for each entry in P
Pmaximum - maximum for each entry in P
Eminimum - minimum for each entry in E
Emaximum - maximum for each entry in E
P_lastCheckResults - results of P for the last 'check' iterations
E_lastCheckResults - results of E for the last 'check' iterations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.