File: sec_random.js

package info (click to toggle)
freemat 4.2%2Bdfsg1-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 142,116 kB
  • sloc: ansic: 126,788; cpp: 62,015; python: 2,080; perl: 1,255; sh: 1,146; yacc: 1,019; lex: 239; makefile: 107
file content (79 lines) | stat: -rw-r--r-- 3,733 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
var sec_random =
[
    [ "RAND Uniform Random Number Generator", "random_rand.html", [
      [ "", "random_rand.html#Usage", null ],
      [ "", "random_rand.html#Example", null ]
    ] ],
    [ "RANDBETA Beta Deviate Random Number Generator", "random_randbeta.html", [
      [ "", "random_randbeta.html#Usage", null ],
      [ "Internals", "random_randbeta.html#Function", null ],
      [ "", "random_randbeta.html#Example", null ]
    ] ],
    [ "RANDBIN Generate Binomial Random Variables", "random_randbin.html", [
      [ "", "random_randbin.html#Usage", null ],
      [ "Internals", "random_randbin.html#Function", null ],
      [ "", "random_randbin.html#Example", null ]
    ] ],
    [ "RANDCHI Generate Chi-Square Random Variable", "random_randchi.html", [
      [ "", "random_randchi.html#Usage", null ],
      [ "Internals", "random_randchi.html#Function", null ],
      [ "", "random_randchi.html#Example", null ]
    ] ],
    [ "RANDEXP Generate Exponential Random Variable", "random_randexp.html", [
      [ "", "random_randexp.html#Usage", null ],
      [ "Internals", "random_randexp.html#Function", null ],
      [ "", "random_randexp.html#Example", null ]
    ] ],
    [ "RANDF Generate F-Distributed Random Variable", "random_randf.html", [
      [ "", "random_randf.html#Usage", null ],
      [ "Internals", "random_randf.html#Function", null ],
      [ "", "random_randf.html#Example", null ]
    ] ],
    [ "RANDGAMMA Generate Gamma-Distributed Random Variable", "random_randgamma.html", [
      [ "", "random_randgamma.html#Usage", null ],
      [ "Internals", "random_randgamma.html#Function", null ],
      [ "", "random_randgamma.html#Example", null ]
    ] ],
    [ "RANDI Uniformly Distributed Integer", "random_randi.html", [
      [ "", "random_randi.html#Usage", null ],
      [ "", "random_randi.html#Example", null ]
    ] ],
    [ "RANDMULTI Generate Multinomial-distributed Random Variables", "random_randmulti.html", [
      [ "", "random_randmulti.html#Usage", null ],
      [ "Internals", "random_randmulti.html#Function", null ],
      [ "", "random_randmulti.html#Example", null ]
    ] ],
    [ "RANDN Gaussian (Normal) Random Number Generator", "random_randn.html", [
      [ "", "random_randn.html#Usage", null ],
      [ "Internals", "random_randn.html#Function", null ],
      [ "", "random_randn.html#Example", null ]
    ] ],
    [ "RANDNBIN Generate Negative Binomial Random Variables", "random_randnbin.html", [
      [ "", "random_randnbin.html#Usage", null ],
      [ "Internals", "random_randnbin.html#Function", null ],
      [ "", "random_randnbin.html#Example", null ]
    ] ],
    [ "RANDNCHI Generate Noncentral Chi-Square Random Variable", "random_randnchi.html", [
      [ "", "random_randnchi.html#Usage", null ],
      [ "Internals", "random_randnchi.html#Function", null ],
      [ "", "random_randnchi.html#Examples", null ]
    ] ],
    [ "RANDNF Generate Noncentral F-Distribution Random Variable", "random_randnf.html", [
      [ "", "random_randnf.html#Usage", null ],
      [ "Internals", "random_randnf.html#Function", null ],
      [ "", "random_randnf.html#Example", null ]
    ] ],
    [ "RANDP Generate Poisson Random Variable", "random_randp.html", [
      [ "", "random_randp.html#Usage", null ],
      [ "Internals", "random_randp.html#Function", null ],
      [ "", "random_randp.html#Example", null ]
    ] ],
    [ "RANDPERM Random permutation", "random_randperm.html", [
      [ "", "random_randperm.html#USAGE", null ],
      [ "", "random_randperm.html#Example", null ]
    ] ],
    [ "SEED Seed the Random Number Generator", "random_seed.html", [
      [ "", "random_seed.html#Usage", null ],
      [ "", "random_seed.html#Example", null ]
    ] ]
];