CVARS


Functions

corbernseq(n, p, delta)

Description:
Returns a sequence of correlated Bernoulli variables.

The sequence is generated by Monte-Carlo sampling a random graph with edge correlation p.
Standard:
Fortran 90
Arguments:
n Sequence length of type INTEGER.
p Dependency probability of type DOUBLE.
delta Dependency coefficient of type DOUBLE.

Back
© 2024 Matthew Kukla