![]() |
klMatrix
|
#include <kl_random_number_generator.h>


Public Member Functions | |
| klBetaRV (double Beta_alp=0.25, double Beta_bet=0.5, bool bSeedFromClock=true, unsigned int rvSeed0=0, unsigned int rvSeed1=1) | |
| virtual TYPE | operator() () |
| void | klBetaRVReset (bool bSeedFromClock=true, double Beta_alp=0.25, double Beta_bet=0.5, unsigned int rvSeed0=0, unsigned int rvSeed1=1) |
Public Member Functions inherited from klMersenneTwister | |
| klMersenneTwister (int s=4357) | |
| virtual | ~klMersenneTwister () |
| void | reset (unsigned int s=0) |
| unsigned int | nextValue () |
| double | nextNormalizedValue () |
Public Member Functions inherited from klRV< TYPE > | |
| virtual TYPE | CDF (TYPE x) |
| virtual TYPE | PDF (TYPE x) |
Private Member Functions | |
| double | beta () |
| void | betaCompHlp () |
Private Attributes | |
| double | Beta_alpha |
| double | Beta_beta |
| double | Beta_a |
| double | Beta_b |
| double | Beta_c |
| double | Beta_d |
| double | Beta_f |
| double | Beta_J |
| double | Beta_lambda |
| double | Beta_R2 |
| double | Beta_T |
| double | Beta_U |
| double | Beta_V |
| double | Beta_X |
| unsigned int | seedValue0 |
| unsigned int | seedValue1 |
| klUniformRV< double > | Beta_U1 |
| klUniformRV< double > | Beta_U2 |
|
inline |

|
inlineprivate |


|
inlineprivate |

|
inline |


|
inlinevirtual |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
1.8.7