File tree 2 files changed +2
-10
lines changed
docs/source/api/distributions
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ Transform instances are the entities that should be used in the
16
16
simplex
17
17
logodds
18
18
log_exp_m1
19
- ordered
19
+ ordered_univariate
20
+ ordered_multivariate
20
21
log
21
22
sum_to_1
22
23
circular
Original file line number Diff line number Diff line change 37
37
"logodds" ,
38
38
"Interval" ,
39
39
"log_exp_m1" ,
40
- "ordered" ,
41
40
"univariate_ordered" ,
42
41
"multivariate_ordered" ,
43
42
"log" ,
@@ -370,14 +369,6 @@ def extend_axis_rev(array, axis):
370
369
Instantiation of :class:`pymc.distributions.transforms.Ordered`
371
370
for use in the ``transform`` argument of a multivariate random variable."""
372
371
373
- # backwards compatibility
374
- ordered = Ordered (ndim_supp = 1 )
375
- ordered .__doc__ = """
376
- Instantiation of :class:`pymc.distributions.transforms.Ordered`
377
- for use in the ``transform`` argument of a random variable.
378
- This instantiation is for backwards compatibility only.
379
- Please use `univariate_ordererd` or `multivariate_ordered` instead."""
380
-
381
372
log = LogTransform ()
382
373
log .__doc__ = """
383
374
Instantiation of :class:`pymc.logprob.transforms.LogTransform`
You can’t perform that action at this time.
0 commit comments