limDisNullGrid {otinference} | R Documentation |
Sample from the limiting distribution under the null when the underlying space is a grid.
Description
Sample from the limiting distribution under the null when the underlying space is a grid.
Usage
limDisNullGrid(B = 500, r, p = 1)
Arguments
B |
Number of bootstrap samples to generate. Defaults to 500. |
r |
vector of probabilities in the original problem. Is interpreted as a square matrix. |
p |
cost exponent. |
Value
A vector of samples.
[Package otinference version 0.1.0 Index]