| is_two_sample {kldest} | R Documentation |
Detect if a one- or two-sample problem is specified
Description
Detect if a one- or two-sample problem is specified
Usage
is_two_sample(Y, q)
Arguments
Y |
A vector, matrix, data frame or |
q |
A function or |
Value
TRUE for a two-sample problem (i.e., Y non-null and q = NULL)
and FALSE for a one-sample problem (i.e., Y = NULL and q non-null).
[Package kldest version 1.0.0 Index]