Home
last modified time | relevance | path

Searched refs:canRepresent (Results 1 – 25 of 85) sorted by relevance

1234

/dports/math/jags/JAGS-4.3.0/src/modules/glm/samplers/
H A DGLMGenericFactory.cc38 return NormalLinear::canRepresent(snode) || in checkOutcome()
39 LogisticLinear::canRepresent(snode) || in checkOutcome()
41 PolyaGamma::canRepresent(snode) || in checkOutcome()
42 BinaryProbit::canRepresent(snode) || in checkOutcome()
43 AuxMixPoisson::canRepresent(snode) || in checkOutcome()
44 AuxMixBinomial::canRepresent(snode) || in checkOutcome()
45 OrderedLogit::canRepresent(snode) || in checkOutcome()
46 OrderedProbit::canRepresent(snode) || in checkOutcome()
47 MNormalLinear::canRepresent(snode); in checkOutcome()
62 if (NormalLinear::canRepresent(*p)) { in newMethod()
[all …]
H A DREFactory.cc42 return NormalLinear::canRepresent(snode) || in checkOutcome()
43 LogisticLinear::canRepresent(snode) || in checkOutcome()
44 PolyaGamma::canRepresent(snode) || in checkOutcome()
45 BinaryProbit::canRepresent(snode) || in checkOutcome()
46 AuxMixPoisson::canRepresent(snode) || in checkOutcome()
47 AuxMixBinomial::canRepresent(snode) || in checkOutcome()
48 OrderedLogit::canRepresent(snode) || in checkOutcome()
49 OrderedProbit::canRepresent(snode) || in checkOutcome()
50 MNormalLinear::canRepresent(snode); in checkOutcome()
159 if (NormalLinear::canRepresent(*p)) { in makeSampler()
[all …]
H A DHolmesHeldFactory.cc26 return (BinaryProbit::canRepresent(snode) || in checkOutcome()
27 BinaryLogit::canRepresent(snode) || in checkOutcome()
28 OrderedLogit::canRepresent(snode) || in checkOutcome()
29 OrderedProbit::canRepresent(snode)); in checkOutcome()
45 if (BinaryProbit::canRepresent(*p)) { in newMethod()
48 else if (BinaryLogit::canRepresent(*p)) { in newMethod()
51 else if (OrderedLogit::canRepresent(*p)) { in newMethod()
54 else if (OrderedProbit::canRepresent(*p)) { in newMethod()
H A DIWLSFactory.cc23 return NormalLinear::canRepresent(snode) || in checkOutcome()
24 IWLSOutcome::canRepresent(snode); in checkOutcome()
39 if (NormalLinear::canRepresent(*p)) { in newMethod()
42 else if (IWLSOutcome::canRepresent(*p)) { in newMethod()
H A DNormalLinear.h23 static bool canRepresent(StochasticNode const *snode);
H A DMNormalLinear.h27 static bool canRepresent(StochasticNode const *snode);
H A DPolyaGamma.h32 static bool canRepresent(StochasticNode const *snode);
H A DLogisticLinear.h26 static bool canRepresent(StochasticNode const *snode);
H A DIWLSOutcome.h45 static bool canRepresent(StochasticNode const *snode);
H A DTLinear.h27 static bool canRepresent(StochasticNode const *snode);
H A DAuxMixBinomial.h54 static bool canRepresent (StochasticNode const *snode);
H A DAuxMixPoisson.h59 static bool canRepresent (StochasticNode const *snode);
H A DBinaryProbit.h26 static bool canRepresent(StochasticNode const *snode);
H A DBinaryLogit.h39 static bool canRepresent(StochasticNode const *snode);
H A DOrderedProbit.h38 static bool canRepresent(StochasticNode const *snode);
H A DOrderedLogit.h41 static bool canRepresent(StochasticNode const *snode);
H A DNormalLinear.cc28 bool NormalLinear::canRepresent(StochasticNode const *snode) in canRepresent() function in jags::glm::NormalLinear
H A DMNormalLinear.cc30 bool MNormalLinear::canRepresent(StochasticNode const *snode) in canRepresent() function in jags::glm::MNormalLinear
H A DLogisticLinear.cc46 bool LogisticLinear::canRepresent(StochasticNode const *snode) in canRepresent() function in jags::glm::LogisticLinear
H A DTLinear.cc43 bool TLinear::canRepresent(StochasticNode const *snode) in canRepresent() function in jags::glm::TLinear
H A DBinaryProbit.cc50 bool BinaryProbit::canRepresent(StochasticNode const *snode) in canRepresent() function in jags::glm::BinaryProbit
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/blevesearch/bleve/document/
H A Dfield_datetime.go123 if canRepresent(dt) {
139 func canRepresent(dt time.Time) bool { func
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/blevesearch/bleve/document/
H A Dfield_datetime.go138 if canRepresent(dt) {
154 func canRepresent(dt time.Time) bool { func
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/blevesearch/bleve/document/
H A Dfield_datetime.go138 if canRepresent(dt) {
154 func canRepresent(dt time.Time) bool { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/blevesearch/bleve/v2/document/
H A Dfield_datetime.go152 if canRepresent(dt) {
168 func canRepresent(dt time.Time) bool { func

1234