@@ -278,7 +278,7 @@ def logcdf(self, value):
278
278
279
279
Parameters
280
280
----------
281
- value: numeric
281
+ value: numeric or np.ndarray or theano.tensor
282
282
Value(s) for which log CDF is calculated. If the log CDF for multiple
283
283
values are desired the values must be provided in a numpy array or theano tensor.
284
284
@@ -347,7 +347,7 @@ def logcdf(self, value):
347
347
348
348
Parameters
349
349
----------
350
- value: numeric
350
+ value: numeric or np.ndarray or theano.tensor
351
351
Value(s) for which log CDF is calculated. If the log CDF for multiple
352
352
values are desired the values must be provided in a numpy array or theano tensor.
353
353
@@ -404,7 +404,7 @@ def logcdf(self, value):
404
404
405
405
Parameters
406
406
----------
407
- value: numeric
407
+ value: numeric or np.ndarray or theano.tensor
408
408
Value(s) for which log CDF is calculated. If the log CDF for multiple
409
409
values are desired the values must be provided in a numpy array or theano tensor.
410
410
@@ -545,7 +545,7 @@ def logcdf(self, value):
545
545
546
546
Parameters
547
547
----------
548
- value: numeric
548
+ value: numeric or np.ndarray or theano.tensor
549
549
Value(s) for which log CDF is calculated. If the log CDF for multiple
550
550
values are desired the values must be provided in a numpy array or theano tensor.
551
551
@@ -903,7 +903,7 @@ def logcdf(self, value):
903
903
904
904
Parameters
905
905
----------
906
- value: numeric
906
+ value: numeric or np.ndarray or theano.tensor
907
907
Value(s) for which log CDF is calculated. If the log CDF for multiple
908
908
values are desired the values must be provided in a numpy array or theano tensor.
909
909
@@ -1109,7 +1109,7 @@ def logcdf(self, value):
1109
1109
1110
1110
Parameters
1111
1111
----------
1112
- value: numeric
1112
+ value: numeric or np.ndarray or theano.tensor
1113
1113
Value(s) for which log CDF is calculated. If the log CDF for multiple
1114
1114
values are desired the values must be provided in a numpy array or theano tensor.
1115
1115
@@ -1300,8 +1300,7 @@ def logcdf(self, value):
1300
1300
Parameters
1301
1301
----------
1302
1302
value: numeric
1303
- Value(s) for which log CDF is calculated. If the log CDF for multiple
1304
- values are desired the values must be provided in a numpy array or theano tensor.
1303
+ Value(s) for which log CDF is calculated.
1305
1304
1306
1305
Returns
1307
1306
-------
@@ -1322,7 +1321,7 @@ def logcdf(self, value):
1322
1321
tt .switch (
1323
1322
tt .lt (value , 1 ),
1324
1323
tt .log (incomplete_beta (a , b , value )),
1325
- 0
1324
+ 0 ,
1326
1325
),
1327
1326
0 <= value ,
1328
1327
0 < a ,
@@ -1537,7 +1536,7 @@ def logcdf(self, value):
1537
1536
1538
1537
Parameters
1539
1538
----------
1540
- value: numeric
1539
+ value: numeric or np.ndarray or theano.tensor
1541
1540
Value(s) for which log CDF is calculated. If the log CDF for multiple
1542
1541
values are desired the values must be provided in a numpy array or theano tensor.
1543
1542
@@ -1652,7 +1651,7 @@ def logcdf(self, value):
1652
1651
1653
1652
Parameters
1654
1653
----------
1655
- value: numeric
1654
+ value: numeric or np.ndarray or theano.tensor
1656
1655
Value(s) for which log CDF is calculated. If the log CDF for multiple
1657
1656
values are desired the values must be provided in a numpy array or theano tensor.
1658
1657
@@ -1808,7 +1807,7 @@ def logcdf(self, value):
1808
1807
1809
1808
Parameters
1810
1809
----------
1811
- value: numeric
1810
+ value: numeric or np.ndarray or theano.tensor
1812
1811
Value(s) for which log CDF is calculated. If the log CDF for multiple
1813
1812
values are desired the values must be provided in a numpy array or theano tensor.
1814
1813
@@ -1971,8 +1970,7 @@ def logcdf(self, value):
1971
1970
Parameters
1972
1971
----------
1973
1972
value: numeric
1974
- Value(s) for which log CDF is calculated. If the log CDF for multiple
1975
- values are desired the values must be provided in a numpy array or theano tensor.
1973
+ Value(s) for which log CDF is calculated.
1976
1974
1977
1975
Returns
1978
1976
-------
@@ -2121,7 +2119,7 @@ def logcdf(self, value):
2121
2119
2122
2120
Parameters
2123
2121
----------
2124
- value: numeric
2122
+ value: numeric or np.ndarray or theano.tensor
2125
2123
Value(s) for which log CDF is calculated. If the log CDF for multiple
2126
2124
values are desired the values must be provided in a numpy array or theano tensor.
2127
2125
@@ -2240,7 +2238,7 @@ def logcdf(self, value):
2240
2238
2241
2239
Parameters
2242
2240
----------
2243
- value: numeric
2241
+ value: numeric or np.ndarray or theano.tensor
2244
2242
Value(s) for which log CDF is calculated. If the log CDF for multiple
2245
2243
values are desired the values must be provided in a numpy array or theano tensor.
2246
2244
@@ -2348,7 +2346,7 @@ def logcdf(self, value):
2348
2346
2349
2347
Parameters
2350
2348
----------
2351
- value: numeric
2349
+ value: numeric or np.ndarray or theano.tensor
2352
2350
Value(s) for which log CDF is calculated. If the log CDF for multiple
2353
2351
values are desired the values must be provided in a numpy array or theano tensor.
2354
2352
@@ -2499,7 +2497,7 @@ def logcdf(self, value):
2499
2497
2500
2498
Parameters
2501
2499
----------
2502
- value: numeric
2500
+ value: numeric or np.ndarray or theano.tensor
2503
2501
Value(s) for which log CDF is calculated. If the log CDF for multiple
2504
2502
values are desired the values must be provided in a numpy array or theano tensor.
2505
2503
@@ -2673,7 +2671,7 @@ def logcdf(self, value):
2673
2671
2674
2672
Parameters
2675
2673
----------
2676
- value: numeric
2674
+ value: numeric or np.ndarray or theano.tensor
2677
2675
Value(s) for which log CDF is calculated. If the log CDF for multiple
2678
2676
values are desired the values must be provided in a numpy array or theano tensor.
2679
2677
@@ -2860,7 +2858,7 @@ def logcdf(self, value):
2860
2858
2861
2859
Parameters
2862
2860
----------
2863
- value: numeric
2861
+ value: numeric or np.ndarray or theano.tensor
2864
2862
Value(s) for which log CDF is calculated. If the log CDF for multiple
2865
2863
values are desired the values must be provided in a numpy array or theano tensor.
2866
2864
@@ -3160,7 +3158,7 @@ def logcdf(self, value):
3160
3158
3161
3159
Parameters
3162
3160
----------
3163
- value: numeric
3161
+ value: numeric or np.ndarray or theano.tensor
3164
3162
Value(s) for which log CDF is calculated. If the log CDF for multiple
3165
3163
values are desired the values must be provided in a numpy array or theano tensor.
3166
3164
@@ -3549,7 +3547,7 @@ def logcdf(self, value):
3549
3547
3550
3548
Parameters
3551
3549
----------
3552
- value: numeric
3550
+ value: numeric or np.ndarray or theano.tensor
3553
3551
Value(s) for which log CDF is calculated. If the log CDF for multiple
3554
3552
values are desired the values must be provided in a numpy array or theano tensor.
3555
3553
@@ -3678,7 +3676,7 @@ def logcdf(self, value):
3678
3676
3679
3677
Parameters
3680
3678
----------
3681
- value: numeric
3679
+ value: numeric or np.ndarray or theano.tensor
3682
3680
Value(s) for which log CDF is calculated. If the log CDF for multiple
3683
3681
values are desired the values must be provided in a numpy array or theano tensor.
3684
3682
@@ -3960,7 +3958,7 @@ def logcdf(self, value):
3960
3958
3961
3959
Parameters
3962
3960
----------
3963
- value: numeric
3961
+ value: numeric or np.ndarray or theano.tensor
3964
3962
Value(s) for which log CDF is calculated. If the log CDF for multiple
3965
3963
values are desired the values must be provided in a numpy array or theano tensor.
3966
3964
@@ -4302,7 +4300,7 @@ def logcdf(self, value):
4302
4300
4303
4301
Parameters
4304
4302
----------
4305
- value: numeric
4303
+ value: numeric or np.ndarray or theano.tensor
4306
4304
Value(s) for which log CDF is calculated. If the log CDF for multiple
4307
4305
values are desired the values must be provided in a numpy array or theano tensor.
4308
4306
0 commit comments