inference-tools 0.13.3__py3-none-any.whl → 0.14.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- inference/_version.py +9 -4
- inference/approx/conditional.py +3 -3
- inference/gp/covariance.py +34 -34
- inference/gp/mean.py +5 -5
- inference/gp/optimisation.py +9 -4
- inference/gp/regression.py +16 -16
- inference/likelihoods.py +20 -12
- inference/mcmc/base.py +5 -3
- inference/mcmc/ensemble.py +5 -4
- inference/mcmc/gibbs.py +20 -16
- inference/mcmc/hmc.py +14 -9
- inference/mcmc/parallel.py +10 -13
- inference/mcmc/pca.py +9 -11
- inference/mcmc/utilities.py +9 -9
- inference/pdf/hdi.py +54 -51
- inference/pdf/kde.py +3 -3
- inference/pdf/unimodal.py +54 -44
- inference/posterior.py +6 -4
- inference/priors.py +261 -124
- {inference_tools-0.13.3.dist-info → inference_tools-0.14.0.dist-info}/METADATA +10 -10
- inference_tools-0.14.0.dist-info/RECORD +33 -0
- {inference_tools-0.13.3.dist-info → inference_tools-0.14.0.dist-info}/WHEEL +1 -1
- inference_tools-0.13.3.dist-info/RECORD +0 -33
- {inference_tools-0.13.3.dist-info → inference_tools-0.14.0.dist-info}/LICENSE +0 -0
- {inference_tools-0.13.3.dist-info → inference_tools-0.14.0.dist-info}/top_level.txt +0 -0
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
inference/__init__.py,sha256=Wheq9bSUF5Y_jAc_w_Avi4WW2kphDK0qHGM6FsIKSxY,275
|
|
2
|
-
inference/_version.py,sha256=VXQPyzbmOGe0nuuEEus9EQY40THABR5BB9WWse8Z8LI,413
|
|
3
|
-
inference/likelihoods.py,sha256=WELpZ6kHcm8ygmuTo4bUpOxhcbs4dxEhX94aShbDgxA,9688
|
|
4
|
-
inference/plotting.py,sha256=U1M_F5I-UMtfHiaN1YihcxYq5gg_2MNyPm7MxF1LecY,19747
|
|
5
|
-
inference/posterior.py,sha256=ueyfmfmHjSh26iR58kf07IdbOiC5tSEUe0VlOWSN9bo,3481
|
|
6
|
-
inference/priors.py,sha256=RcGkY1e04tA_CkzSzD1ixe-OfPJlrJ4-6QOg4agfDls,14753
|
|
7
|
-
inference/approx/__init__.py,sha256=b8xCdshVeGHyao6-P0038QB71WOMLrcYXCOYiYjK7Tk,132
|
|
8
|
-
inference/approx/conditional.py,sha256=d9NfUCa8X6O0UP840LWzKdW6ms4yk1Li1hN_ptSQ4-k,9448
|
|
9
|
-
inference/gp/__init__.py,sha256=R4iPgf8TdunkOv_VLwue7Fz3AjGWDTBop58nCmbmMQ0,801
|
|
10
|
-
inference/gp/acquisition.py,sha256=Yr1dshTYwkMIrKYPSwDZDusXXNsOpobrxaympJc5q3g,8158
|
|
11
|
-
inference/gp/covariance.py,sha256=myHUAeWF-2-S1b8itABSkbDBoTrhdG9xDDjmKLEVGJg,25472
|
|
12
|
-
inference/gp/inversion.py,sha256=AP5dprY8hibWgtCyQytJdErE1iVp_i7e6y9FxyGtKHo,9917
|
|
13
|
-
inference/gp/mean.py,sha256=ZL9-U6mgkuDhigmGFazJylSEivyu9prP6d4hY6j3ayU,4039
|
|
14
|
-
inference/gp/optimisation.py,sha256=DwSZTargltFEG_rubtcwAp7XzR-58wCxHaqbPEI4O-8,11490
|
|
15
|
-
inference/gp/regression.py,sha256=QilRzPd1JHZKTZsWJoTifIq8E-ZrOtMGMvsTogLyV_U,25563
|
|
16
|
-
inference/mcmc/__init__.py,sha256=IsEhVSIpZCDNIqgSq_21M6DH6x8F1jJbYWM0e3S3QG4,445
|
|
17
|
-
inference/mcmc/base.py,sha256=qEgNKQ3uL8icH9GRgvGjglpBezLIzs1kHC5z27cwdCc,10399
|
|
18
|
-
inference/mcmc/ensemble.py,sha256=s9Xspq5r360_XmpRHCplN5cscD60UoYXlYqx3yVEhsM,15528
|
|
19
|
-
inference/mcmc/gibbs.py,sha256=7v9OoFY5SBAE2RXc_3Gq-riFd-7jq2vZULuewt5p83c,24159
|
|
20
|
-
inference/mcmc/hmc.py,sha256=uvTgpUBucqDNUgwuzKs_leRmBSvFtMLzfLmZS9K4lD4,19334
|
|
21
|
-
inference/mcmc/parallel.py,sha256=HRK1Ka02iO5Q6m3282lqZeAlCZPXHIglC8RAlDE6Xd4,14082
|
|
22
|
-
inference/mcmc/pca.py,sha256=5KtNtMyoVLnsZmbu-n6T80_gbEWuhBg_JK-KUs5Qktk,10699
|
|
23
|
-
inference/mcmc/utilities.py,sha256=guRahwzregpKt1cP0Pw9WWDBpMEalhAabQ8Tjo3G68M,6005
|
|
24
|
-
inference/pdf/__init__.py,sha256=gVmQ1HLTab6_oWMQN26A1r7PkqbApaJmBK-c7TIFxjY,270
|
|
25
|
-
inference/pdf/base.py,sha256=Zj5mfFmDqTe5cFz0biBxcvEaxdOUC-SsOUjebUEX7HM,5442
|
|
26
|
-
inference/pdf/hdi.py,sha256=j_W4kv70weXR7C2ltTHR6OUNkAK-kLQhnrnpPrjiLxQ,4282
|
|
27
|
-
inference/pdf/kde.py,sha256=EWOBuBpt3mkZ-hzEEBmutNQBy5vc9ipBZ0KEjqpf-AE,12966
|
|
28
|
-
inference/pdf/unimodal.py,sha256=Fza18CRpAqcuHgwJFsnvOuXoymbah_Rcmo4jdcMe_xo,5504
|
|
29
|
-
inference_tools-0.13.3.dist-info/LICENSE,sha256=Y0-EfO5pdxf6d0J6Er13ZSWiPZ2o6kHvM37eRgnJdww,1069
|
|
30
|
-
inference_tools-0.13.3.dist-info/METADATA,sha256=4YgiAy5YnqKdAfRmMQXYNLf4rNYHjsNz-jOh_4rMMYE,5391
|
|
31
|
-
inference_tools-0.13.3.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
|
|
32
|
-
inference_tools-0.13.3.dist-info/top_level.txt,sha256=I7bsb71rLtH3yvVH_HSLXUosY2AwCxEG3vctNsEhbEM,10
|
|
33
|
-
inference_tools-0.13.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|