hyppo.tools.indep_sim.circle(n, p[, noise, ...])
|
Circle simulation. |
hyppo.tools.indep_sim.cubic(n, p[, noise, ...])
|
Cubic simulation. |
hyppo.tools.indep_sim.diamond(n, p[, noise, ...])
|
Diamond simulation. |
hyppo.tools.indep_sim.ellipse(n, p[, noise, ...])
|
Ellipse simulation. |
hyppo.tools.indep_sim.exponential(n, p[, ...])
|
Exponential simulation. |
hyppo.tools.indep_sim.fourth_root(n, p[, ...])
|
Fourth Root simulation. |
hyppo.tools.indep_sim.indep_sim(sim, n, p, ...)
|
Independence simulation generator. |
hyppo.tools.indep_sim.joint_normal(n, p[, noise])
|
Joint Normal simulation. |
hyppo.tools.indep_sim.linear(n, p[, noise, ...])
|
Linear simulation. |
hyppo.tools.indep_sim.logarithmic(n, p[, noise])
|
Logarithmic simulation. |
hyppo.tools.indep_sim.multimodal_independence(n, p)
|
Multimodal Independence data. |
hyppo.tools.indep_sim.multiplicative_noise(n, p)
|
Multiplicative Noise simulation. |
hyppo.tools.indep_sim.quadratic(n, p[, ...])
|
Quadratic simulation. |
hyppo.tools.indep_sim.sin_four_pi(n, p[, ...])
|
Sine 4\(\pi\) simulation. |
hyppo.tools.indep_sim.sin_sixteen_pi(n, p[, ...])
|
Sine 16\(\pi\) simulation. |
hyppo.tools.indep_sim.spiral(n, p[, noise, ...])
|
Spiral simulation. |
hyppo.tools.indep_sim.square(n, p[, noise, ...])
|
Square simulation. |
hyppo.tools.indep_sim.step(n, p[, noise, ...])
|
Step simulation. |
hyppo.tools.indep_sim.two_parabolas(n, p[, ...])
|
Two Parabolas simulation. |
hyppo.tools.indep_sim.uncorrelated_bernoulli(n, p)
|
Uncorrelated Bernoulli simulation. |
hyppo.tools.indep_sim.w_shaped(n, p[, ...])
|
W-Shaped simulation. |