View source: R/combinatorics.R
get.f | R Documentation |
For a given sample size, returns the largest fraction which has been sampled with (1-p) x 100 % likelihood.
get.f(n, p = 0.05)
n |
the number of grains in the detrital sample |
p |
the required level of confidence |
the largest fraction that is sampled with at least (1-p) x 100% certainty
Vermeesch, Pieter. "How many grains are needed for a provenance study?" Earth and Planetary Science Letters 224.3 (2004): 441-451.
print(get.f(60))
print(get.f(117))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.