File tree 5 files changed +1
-23
lines changed
pymc_experimental/distributions
5 files changed +1
-23
lines changed Original file line number Diff line number Diff line change 24
24
Skellam ,
25
25
)
26
26
from pymc_experimental .distributions .histogram_utils import histogram_approximation
27
- from pymc_experimental .distributions .multivariate import R2D2M2CP
27
+ from pymc_experimental .distributions .multivariate . r2d2m2cp import R2D2M2CP
28
28
from pymc_experimental .distributions .timeseries import DiscreteMarkovChain
29
29
30
30
__all__ = [
Original file line number Diff line number Diff line change 1
- from pymc_experimental .distributions .multivariate .r2d2m2cp import R2D2M2CP
2
-
3
- __all__ = ["R2D2M2CP" ]
Original file line number Diff line number Diff line change 1
- # Copyright 2022 The PyMC Developers
2
- #
3
- # Licensed under the Apache License, Version 2.0 (the "License");
4
- # you may not use this file except in compliance with the License.
5
- # You may obtain a copy of the License at
6
- #
7
- # http://www.apache.org/licenses/LICENSE-2.0
8
- #
9
- # Unless required by applicable law or agreed to in writing, software
10
- # distributed under the License is distributed on an "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- # See the License for the specific language governing permissions and
13
- # limitations under the License.
14
-
15
-
16
- from pymc_experimental .distributions import histogram_utils
17
- from pymc_experimental .distributions .histogram_utils import histogram_approximation
18
-
19
- __all__ = ["histogram_utils" , "histogram_approximation" ]
File renamed without changes.
You can’t perform that action at this time.
0 commit comments