R_NTLKwIEx {NTLKwIEx} | R Documentation |
Random Sampling from the NTLKwIEx distribution
Description
This function generates random samples from the NTLKwIEx distribution based on the given parameters.
Usage
R_NTLKwIEx(n, teta, alpha, a, b, m)
Arguments
n |
Number of random samples to generate |
teta |
Parameter teta of the distribution |
alpha |
Parameter alpha of the distribution |
a |
Parameter a of the distribution |
b |
Parameter b of the distribution |
m |
Parameter m of the distribution |
Value
A vector of n random samples from the NTLKwIEx distribution
[Package NTLKwIEx version 0.1.0 Index]