Home
last modified time | relevance | path

Searched refs:gptot (Results 1 – 2 of 2) sorted by relevance

/dports/dns/rbldnsd/rbldnsd-0.998/
H A Drbldnsd.c682 static struct dnsstats gptot; variable
717 #define delta(x) tot.x - gptot.x in dumpstats()
726 gptot = tot; in dumpstats()
772 memset(&gptot, 0, sizeof(gptot)); in logstats()
/dports/math/py-pymc3/pymc-3.11.4/pymc3/tests/
H A Dtest_gp.py900 gptot = pm.gp.Marginal(reduce(add, self.means), reduce(add, self.covs))
901 fsum = gptot.marginal_likelihood("f", self.X, self.y, noise=self.noise)
910 fp2 = gptot.conditional("fp2", self.Xnew)
929 gptot = pm.gp.MarginalSparse(
932 fsum = gptot.marginal_likelihood("f", self.X, Xu, self.y, noise=sigma)
943 fp2 = gptot.conditional("fp2", self.Xnew)
959 gptot = pm.gp.Latent(reduce(add, self.means), reduce(add, self.covs))
960 fsum = gptot.prior("fsum", self.X, reparameterize=False)
967 fp2 = gptot.conditional("fp2", self.Xnew)