Home
last modified time | relevance | path

Searched refs:fake_obs (Results 1 – 4 of 4) sorted by relevance

/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/diversity/alpha/tests/
H A Dtest_lladser.py31 fake_obs = subsample_counts(counts, 1000)
32 exp_p = 1 - sum([x/total for (x, y) in zip(counts, fake_obs) if y > 0])
34 return fake_obs, exp_p
45 fake_obs, exp_p = create_fake_observation()
49 sum += lladser_pe(fake_obs, r=30)
69 fake_obs, exp_p = create_fake_observation()
70 (low, high) = lladser_ci(fake_obs, r=10)
90 fake_obs, exp_p = create_fake_observation()
91 (low, high) = lladser_ci(fake_obs, r=14, f=3)
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Ddisplay.hpp206 …vers() const { static const std::set<std::string> fake_obs = std::set<std::string> (); return fake… in observers() local
/dports/math/py-arviz/arviz-0.11.4/arviz/tests/base_tests/
H A Dtest_plots_bokeh.py1102 fake_obs = {"a": np.random.poisson(2.5, 100)}
1104 fake_model = from_dict(posterior_predictive=fake_pp, observed_data=fake_obs)
H A Dtest_plots_matplotlib.py1445 fake_obs = {"a": np.random.poisson(2.5, 100)}
1447 fake_model = from_dict(posterior_predictive=fake_pp, observed_data=fake_obs)