@@ -41,126 +41,126 @@ var arcsine = {};
41
41
* @memberof arcsine
42
42
* @readonly
43
43
* @type {Function }
44
- * @see {@link module:@stdlib/math /base/dists/arcsine/ctor }
44
+ * @see {@link module:@stdlib/stats /base/dists/arcsine/ctor }
45
45
*/
46
- setReadOnly ( arcsine , 'Arcsine' , require ( '@stdlib/math /base/dists/arcsine/ctor' ) ) ;
46
+ setReadOnly ( arcsine , 'Arcsine' , require ( '@stdlib/stats /base/dists/arcsine/ctor' ) ) ;
47
47
48
48
/**
49
49
* @name cdf
50
50
* @memberof arcsine
51
51
* @readonly
52
52
* @type {Function }
53
- * @see {@link module:@stdlib/math /base/dists/arcsine/cdf }
53
+ * @see {@link module:@stdlib/stats /base/dists/arcsine/cdf }
54
54
*/
55
- setReadOnly ( arcsine , 'cdf' , require ( '@stdlib/math /base/dists/arcsine/cdf' ) ) ;
55
+ setReadOnly ( arcsine , 'cdf' , require ( '@stdlib/stats /base/dists/arcsine/cdf' ) ) ;
56
56
57
57
/**
58
58
* @name entropy
59
59
* @memberof arcsine
60
60
* @readonly
61
61
* @type {Function }
62
- * @see {@link module:@stdlib/math /base/dists/arcsine/entropy }
62
+ * @see {@link module:@stdlib/stats /base/dists/arcsine/entropy }
63
63
*/
64
- setReadOnly ( arcsine , 'entropy' , require ( '@stdlib/math /base/dists/arcsine/entropy' ) ) ;
64
+ setReadOnly ( arcsine , 'entropy' , require ( '@stdlib/stats /base/dists/arcsine/entropy' ) ) ;
65
65
66
66
/**
67
67
* @name kurtosis
68
68
* @memberof arcsine
69
69
* @readonly
70
70
* @type {Function }
71
- * @see {@link module:@stdlib/math /base/dists/arcsine/kurtosis }
71
+ * @see {@link module:@stdlib/stats /base/dists/arcsine/kurtosis }
72
72
*/
73
- setReadOnly ( arcsine , 'kurtosis' , require ( '@stdlib/math /base/dists/arcsine/kurtosis' ) ) ;
73
+ setReadOnly ( arcsine , 'kurtosis' , require ( '@stdlib/stats /base/dists/arcsine/kurtosis' ) ) ;
74
74
75
75
/**
76
76
* @name logcdf
77
77
* @memberof arcsine
78
78
* @readonly
79
79
* @type {Function }
80
- * @see {@link module:@stdlib/math /base/dists/arcsine/logcdf }
80
+ * @see {@link module:@stdlib/stats /base/dists/arcsine/logcdf }
81
81
*/
82
- setReadOnly ( arcsine , 'logcdf' , require ( '@stdlib/math /base/dists/arcsine/logcdf' ) ) ;
82
+ setReadOnly ( arcsine , 'logcdf' , require ( '@stdlib/stats /base/dists/arcsine/logcdf' ) ) ;
83
83
84
84
/**
85
85
* @name logpdf
86
86
* @memberof arcsine
87
87
* @readonly
88
88
* @type {Function }
89
- * @see {@link module:@stdlib/math /base/dists/arcsine/logpdf }
89
+ * @see {@link module:@stdlib/stats /base/dists/arcsine/logpdf }
90
90
*/
91
- setReadOnly ( arcsine , 'logpdf' , require ( '@stdlib/math /base/dists/arcsine/logpdf' ) ) ;
91
+ setReadOnly ( arcsine , 'logpdf' , require ( '@stdlib/stats /base/dists/arcsine/logpdf' ) ) ;
92
92
93
93
/**
94
94
* @name mean
95
95
* @memberof arcsine
96
96
* @readonly
97
97
* @type {Function }
98
- * @see {@link module:@stdlib/math /base/dists/arcsine/mean }
98
+ * @see {@link module:@stdlib/stats /base/dists/arcsine/mean }
99
99
*/
100
- setReadOnly ( arcsine , 'mean' , require ( '@stdlib/math /base/dists/arcsine/mean' ) ) ;
100
+ setReadOnly ( arcsine , 'mean' , require ( '@stdlib/stats /base/dists/arcsine/mean' ) ) ;
101
101
102
102
/**
103
103
* @name median
104
104
* @memberof arcsine
105
105
* @readonly
106
106
* @type {Function }
107
- * @see {@link module:@stdlib/math /base/dists/arcsine/median }
107
+ * @see {@link module:@stdlib/stats /base/dists/arcsine/median }
108
108
*/
109
- setReadOnly ( arcsine , 'median' , require ( '@stdlib/math /base/dists/arcsine/median' ) ) ;
109
+ setReadOnly ( arcsine , 'median' , require ( '@stdlib/stats /base/dists/arcsine/median' ) ) ;
110
110
111
111
/**
112
112
* @name mode
113
113
* @memberof arcsine
114
114
* @readonly
115
115
* @type {Function }
116
- * @see {@link module:@stdlib/math /base/dists/arcsine/mode }
116
+ * @see {@link module:@stdlib/stats /base/dists/arcsine/mode }
117
117
*/
118
- setReadOnly ( arcsine , 'mode' , require ( '@stdlib/math /base/dists/arcsine/mode' ) ) ;
118
+ setReadOnly ( arcsine , 'mode' , require ( '@stdlib/stats /base/dists/arcsine/mode' ) ) ;
119
119
120
120
/**
121
121
* @name pdf
122
122
* @memberof arcsine
123
123
* @readonly
124
124
* @type {Function }
125
- * @see {@link module:@stdlib/math /base/dists/arcsine/pdf }
125
+ * @see {@link module:@stdlib/stats /base/dists/arcsine/pdf }
126
126
*/
127
- setReadOnly ( arcsine , 'pdf' , require ( '@stdlib/math /base/dists/arcsine/pdf' ) ) ;
127
+ setReadOnly ( arcsine , 'pdf' , require ( '@stdlib/stats /base/dists/arcsine/pdf' ) ) ;
128
128
129
129
/**
130
130
* @name quantile
131
131
* @memberof arcsine
132
132
* @readonly
133
133
* @type {Function }
134
- * @see {@link module:@stdlib/math /base/dists/arcsine/quantile }
134
+ * @see {@link module:@stdlib/stats /base/dists/arcsine/quantile }
135
135
*/
136
- setReadOnly ( arcsine , 'quantile' , require ( '@stdlib/math /base/dists/arcsine/quantile' ) ) ;
136
+ setReadOnly ( arcsine , 'quantile' , require ( '@stdlib/stats /base/dists/arcsine/quantile' ) ) ;
137
137
138
138
/**
139
139
* @name skewness
140
140
* @memberof arcsine
141
141
* @readonly
142
142
* @type {Function }
143
- * @see {@link module:@stdlib/math /base/dists/arcsine/skewness }
143
+ * @see {@link module:@stdlib/stats /base/dists/arcsine/skewness }
144
144
*/
145
- setReadOnly ( arcsine , 'skewness' , require ( '@stdlib/math /base/dists/arcsine/skewness' ) ) ;
145
+ setReadOnly ( arcsine , 'skewness' , require ( '@stdlib/stats /base/dists/arcsine/skewness' ) ) ;
146
146
147
147
/**
148
148
* @name stdev
149
149
* @memberof arcsine
150
150
* @readonly
151
151
* @type {Function }
152
- * @see {@link module:@stdlib/math /base/dists/arcsine/stdev }
152
+ * @see {@link module:@stdlib/stats /base/dists/arcsine/stdev }
153
153
*/
154
- setReadOnly ( arcsine , 'stdev' , require ( '@stdlib/math /base/dists/arcsine/stdev' ) ) ;
154
+ setReadOnly ( arcsine , 'stdev' , require ( '@stdlib/stats /base/dists/arcsine/stdev' ) ) ;
155
155
156
156
/**
157
157
* @name variance
158
158
* @memberof arcsine
159
159
* @readonly
160
160
* @type {Function }
161
- * @see {@link module:@stdlib/math /base/dists/arcsine/variance }
161
+ * @see {@link module:@stdlib/stats /base/dists/arcsine/variance }
162
162
*/
163
- setReadOnly ( arcsine , 'variance' , require ( '@stdlib/math /base/dists/arcsine/variance' ) ) ;
163
+ setReadOnly ( arcsine , 'variance' , require ( '@stdlib/stats /base/dists/arcsine/variance' ) ) ;
164
164
165
165
166
166
// EXPORTS //
0 commit comments