sampleSFS: Finds the SFS from a given solution of P and E

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Finds the SFS from a given solution of P and E

Usage

1
sampleSFS(P, E, maxIter = 10^5L, check = 1000L, beta = 0.5, eps = 1e-10)

Arguments

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

Value

A list of outputs from the sampleSFS function


ragnhildlaursen/SFS documentation built on Nov. 15, 2021, 8:28 p.m.