View source: R/algorithms_of_other_authors.R
fpia | R Documentation |
Algorithm for optimal allocation in stratified sampling with lower and upper constraints based on fixed point iteration.
fpia(
n,
Ah,
mh = NULL,
Mh = NULL,
lambda0 = NULL,
maxiter = 100,
tol = .Machine$double.eps * 1000
)
fpia2(v0, Nh, Sh, mh = NULL, Mh = NULL, lambda0 = NULL, maxiter = 100)
n |
|
Ah |
|
mh |
|
Mh |
|
lambda0 |
|
maxiter |
|
tol |
|
v0 |
|
Nh |
|
Sh |
|
A vector of optimal allocation sizes, and number of iterations.
fpia2()
:
Münnich, R. T., Sachs, E.W. and Wagner, M. (2012) Numerical solution of optimal allocation problems in stratified sampling under box constraints, AStA Advances in Statistical Analysis, 96(3), pp. 435-450. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1007/s10182-011-0176-z")}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.