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 D | test_lladser.py | 31 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 D | display.hpp | 206 …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 D | test_plots_bokeh.py | 1102 fake_obs = {"a": np.random.poisson(2.5, 100)} 1104 fake_model = from_dict(posterior_predictive=fake_pp, observed_data=fake_obs)
|
H A D | test_plots_matplotlib.py | 1445 fake_obs = {"a": np.random.poisson(2.5, 100)} 1447 fake_model = from_dict(posterior_predictive=fake_pp, observed_data=fake_obs)
|