Skip to content

Commit

Permalink
deploy: e230a9a
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril committed Oct 1, 2023
1 parent 11ce02b commit 3707a06
Show file tree
Hide file tree
Showing 89 changed files with 1,825 additions and 2,656 deletions.
2 changes: 1 addition & 1 deletion ca/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: e1af8be91a68430a2b214a3cc5a77e55
config: a450bc8b95b3123f71f5e490bf739cbb
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified ca/.doctrees/404.doctree
Binary file not shown.
Binary file modified ca/.doctrees/about.doctree
Binary file not shown.
Binary file modified ca/.doctrees/blog.doctree
Binary file not shown.
Binary file modified ca/.doctrees/blog/category.doctree
Binary file not shown.
Binary file modified ca/.doctrees/blog/posts/2019/loo-cv-transformed-data.doctree
Binary file not shown.
Binary file modified ca/.doctrees/blog/posts/2019/loo-pit-tutorial.doctree
Binary file not shown.
Binary file modified ca/.doctrees/blog/posts/2020/plot-trace.doctree
Binary file not shown.
Binary file modified ca/.doctrees/blog/posts/2020/pymc3-arviz.doctree
Binary file not shown.
Binary file modified ca/.doctrees/blog/posts/2020/rcParams.doctree
Binary file not shown.
Binary file modified ca/.doctrees/blog/posts/2020/setting_up_blog.doctree
Binary file not shown.
Binary file modified ca/.doctrees/blog/posts/2022/einstats-hmm-cmdstanpy.doctree
Binary file not shown.
Binary file modified ca/.doctrees/blog/posts/2022/pymc-arviz.doctree
Binary file not shown.
Binary file modified ca/.doctrees/blog/posts/2022/too-eager-reduction.doctree
Binary file not shown.
Binary file modified ca/.doctrees/blog/posts/2023/xarray_intro.doctree
Binary file not shown.
Binary file modified ca/.doctrees/blog/tag.doctree
Binary file not shown.
274 changes: 164 additions & 110 deletions ca/.doctrees/codeautolink-cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,61 @@
"context": "none",
"resolved_location": "matplotlib.pyplot.figure"
},
{
"import_components": [
"matplotlib",
"pyplot",
"figure",
"()"
],
"code_str": "fig",
"lineno": 2,
"end_lineno": 2,
"context": "none",
"resolved_location": "matplotlib.figure.Figure"
},
{
"import_components": [
"matplotlib",
"pyplot",
"figure",
"()",
"add_subplot"
],
"code_str": "fig.add_subplot",
"lineno": 3,
"end_lineno": 3,
"context": "none",
"resolved_location": "matplotlib.figure.Figure.add_subplot"
},
{
"import_components": [
"matplotlib",
"pyplot",
"figure",
"()",
"add_subplot"
],
"code_str": "fig.add_subplot",
"lineno": 4,
"end_lineno": 4,
"context": "none",
"resolved_location": "matplotlib.figure.Figure.add_subplot"
},
{
"import_components": [
"matplotlib",
"pyplot",
"figure",
"()",
"add_subplot"
],
"code_str": "fig.add_subplot",
"lineno": 4,
"end_lineno": 4,
"context": "none",
"resolved_location": "matplotlib.figure.Figure.add_subplot"
},
{
"import_components": [
"arviz",
Expand Down Expand Up @@ -2329,6 +2384,33 @@
"context": "none",
"resolved_location": "matplotlib.pyplot.figure"
},
{
"import_components": [
"matplotlib",
"pyplot",
"figure",
"()"
],
"code_str": "fig",
"lineno": 14,
"end_lineno": 14,
"context": "none",
"resolved_location": "matplotlib.figure.Figure"
},
{
"import_components": [
"matplotlib",
"pyplot",
"figure",
"()",
"add_axes"
],
"code_str": "fig.add_axes",
"lineno": 15,
"end_lineno": 15,
"context": "none",
"resolved_location": "matplotlib.figure.Figure.add_axes"
},
{
"import_components": [
"numpy",
Expand Down Expand Up @@ -3637,17 +3719,6 @@
"context": "none",
"resolved_location": "numpy.arange"
},
{
"import_components": [
"pymc",
"Model"
],
"code_str": "pm.Model",
"lineno": 6,
"end_lineno": 6,
"context": "none",
"resolved_location": "pymc.Model"
},
{
"import_components": [
"pymc",
Expand Down Expand Up @@ -3714,28 +3785,6 @@
"context": "none",
"resolved_location": "pymc.Normal"
},
{
"import_components": [
"pymc",
"Deterministic"
],
"code_str": "pm.Deterministic",
"lineno": 17,
"end_lineno": 17,
"context": "none",
"resolved_location": "pymc.Deterministic"
},
{
"import_components": [
"pymc",
"Deterministic"
],
"code_str": "pm.Deterministic",
"lineno": 18,
"end_lineno": 18,
"context": "none",
"resolved_location": "pymc.Deterministic"
},
{
"import_components": [
"pymc",
Expand Down Expand Up @@ -3856,17 +3905,6 @@
{
"source": "with pm.Model(coords=coords) as radon_model:\n floor_idx = pm.ConstantData(\"floor_idx\", srrs_mn.floor, dims=\"obs_id\")\n county_idx = pm.ConstantData(\"county_idx\", srrs_mn.county_code, dims=\"obs_id\")",
"names": [
{
"import_components": [
"pymc",
"Model"
],
"code_str": "pm.Model",
"lineno": 1,
"end_lineno": 1,
"context": "none",
"resolved_location": "pymc.Model"
},
{
"import_components": [
"pymc",
Expand Down Expand Up @@ -3973,17 +4011,6 @@
{
"source": "with radon_model:\n ab_county = pm.Deterministic(\"ab_county\", at.dot(chol, z).T, dims=(\"county\", \"param\"))\n theta = a + ab_county[county_idx, 0] + (b + ab_county[county_idx, 1]) * floor_idx\n\n sigma = pm.Exponential(\"sigma\", 1.0)\n pm.Normal(\"y\", theta, sigma=sigma, observed=srrs_mn.log_radon, dims=\"obs_id\")",
"names": [
{
"import_components": [
"pymc",
"Deterministic"
],
"code_str": "pm.Deterministic",
"lineno": 2,
"end_lineno": 2,
"context": "none",
"resolved_location": "pymc.Deterministic"
},
{
"import_components": [
"pymc",
Expand Down Expand Up @@ -4093,17 +4120,6 @@
{
"source": "with pm.Model() as linreg_model:\n # use x_ to avoid overwriting x previously defined as np.ndarray\n x_ = pm.MutableData(\"x\", x, dims=\"year\", coords={\"year\": year})\n \n a = pm.Normal(\"a\", 0, 3)\n b = pm.Normal(\"b\", 0, 2)\n sigma = pm.HalfNormal(\"sigma\", 2)\n \n pm.Normal(\"y\", a + b * x_, sigma, observed=y, dims=\"year\")",
"names": [
{
"import_components": [
"pymc",
"Model"
],
"code_str": "pm.Model",
"lineno": 1,
"end_lineno": 1,
"context": "none",
"resolved_location": "pymc.Model"
},
{
"import_components": [
"pymc",
Expand Down Expand Up @@ -4357,17 +4373,6 @@
{
"source": "with linreg_model:\n pm.set_data({\"x\": x[-1] + x[1:3]}, coords={\"year\": [2022, 2023]})\n pm.sample_posterior_predictive(linreg_idata, predictions=True, extend_inferencedata=True)",
"names": [
{
"import_components": [
"pymc",
"set_data"
],
"code_str": "pm.set_data",
"lineno": 2,
"end_lineno": 2,
"context": "none",
"resolved_location": "pymc.set_data"
},
{
"import_components": [
"pymc",
Expand Down Expand Up @@ -5369,6 +5374,32 @@
"context": "none",
"resolved_location": "matplotlib.pyplot.figure"
},
{
"import_components": [
"matplotlib",
"pyplot",
"figure",
"()"
],
"code_str": "fig",
"lineno": 34,
"end_lineno": 34,
"context": "none",
"resolved_location": "matplotlib.figure.Figure"
},
{
"import_components": [
"matplotlib",
"pyplot",
"figure",
"()"
],
"code_str": "fig",
"lineno": 40,
"end_lineno": 40,
"context": "none",
"resolved_location": "matplotlib.figure.Figure"
},
{
"import_components": [
"matplotlib",
Expand Down Expand Up @@ -5407,6 +5438,20 @@
"context": "none",
"resolved_location": "matplotlib.gridspec.GridSpec"
},
{
"import_components": [
"matplotlib",
"pyplot",
"figure",
"()",
"add_subplot"
],
"code_str": "fig.add_subplot",
"lineno": 45,
"end_lineno": 45,
"context": "none",
"resolved_location": "matplotlib.figure.Figure.add_subplot"
},
{
"import_components": [
"matplotlib",
Expand All @@ -5420,6 +5465,20 @@
"context": "none",
"resolved_location": "matplotlib.gridspec.GridSpec"
},
{
"import_components": [
"matplotlib",
"pyplot",
"figure",
"()",
"add_subplot"
],
"code_str": "fig.add_subplot",
"lineno": 47,
"end_lineno": 47,
"context": "none",
"resolved_location": "matplotlib.figure.Figure.add_subplot"
},
{
"import_components": [
"matplotlib",
Expand All @@ -5433,6 +5492,20 @@
"context": "none",
"resolved_location": "matplotlib.gridspec.GridSpec"
},
{
"import_components": [
"matplotlib",
"pyplot",
"figure",
"()",
"add_subplot"
],
"code_str": "fig.add_subplot",
"lineno": 50,
"end_lineno": 50,
"context": "none",
"resolved_location": "matplotlib.figure.Figure.add_subplot"
},
{
"import_components": [
"arviz",
Expand All @@ -5457,6 +5530,20 @@
"context": "none",
"resolved_location": "matplotlib.gridspec.GridSpec"
},
{
"import_components": [
"matplotlib",
"pyplot",
"figure",
"()",
"add_subplot"
],
"code_str": "fig.add_subplot",
"lineno": 64,
"end_lineno": 64,
"context": "none",
"resolved_location": "matplotlib.figure.Figure.add_subplot"
},
{
"import_components": [
"numpy",
Expand All @@ -5482,17 +5569,6 @@
{
"source": "with pm.Model():\n a_shot = from_posterior(\"a_shot\", post[\"a\"].sel(var=\"shot\").values.flatten())\n a_distance = from_posterior(\"a_distance\", post[\"a\"].sel(var=\"distance\").values.flatten())\n \n a_prior = pm.sample_prior_predictive(2000)",
"names": [
{
"import_components": [
"pymc",
"Model"
],
"code_str": "pm.Model",
"lineno": 1,
"end_lineno": 1,
"context": "none",
"resolved_location": "pymc.Model"
},
{
"import_components": [
"pymc",
Expand Down Expand Up @@ -5531,17 +5607,6 @@
{
"source": "with pm.Model():\n b_shot = from_posterior(\"b_shot\", post[\"b\"].sel(var=\"shot\").values.flatten())\n b_distance = from_posterior(\"b_distance\", post[\"b\"].sel(var=\"distance\").values.flatten())\n \n b_prior = pm.sample_prior_predictive(2000)",
"names": [
{
"import_components": [
"pymc",
"Model"
],
"code_str": "pm.Model",
"lineno": 1,
"end_lineno": 1,
"context": "none",
"resolved_location": "pymc.Model"
},
{
"import_components": [
"pymc",
Expand Down Expand Up @@ -5580,17 +5645,6 @@
{
"source": "with pm.Model():\n c_shot = from_posterior(\"c_shot\", post[\"c\"].sel(var=\"shot\").values.flatten())\n c_distance = from_posterior(\"c_distance\", post[\"c\"].sel(var=\"distance\").values.flatten())\n \n c_prior = pm.sample_prior_predictive(2000)",
"names": [
{
"import_components": [
"pymc",
"Model"
],
"code_str": "pm.Model",
"lineno": 1,
"end_lineno": 1,
"context": "none",
"resolved_location": "pymc.Model"
},
{
"import_components": [
"pymc",
Expand Down
Binary file modified ca/.doctrees/environment.pickle
Binary file not shown.
Binary file modified ca/.doctrees/index.doctree
Binary file not shown.
Binary file modified ca/.doctrees/projects.doctree
Binary file not shown.
Loading

0 comments on commit 3707a06

Please sign in to comment.