-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
71 lines (70 loc) · 1.87 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Generated by roxygen2: do not edit by hand
export(F_beta_score)
export(LOO_CV_with_BM)
export(LOO_CV_with_PE)
export(analyzeResidualErrorByCI)
export(analyzeResidualErrorByHeteroscedasticity)
export(analyzeResidualErrorByPPplot)
export(calculateBinomRSS)
export(calculateHeteroscedasticity)
export(calculate_CI_from_error_distribution)
export(calculate_R2cv)
export(calculate_error_mean_and_var)
export(compoundNormalMoments)
export(continuousAceByPIC)
export(crossValidationWithPE)
export(dMixNormal)
export(dPEpoisnorm)
export(discretizeResult)
export(findBestNormalApproximation1)
export(findBestNormalApproximation2)
export(findEdges)
export(findSisters)
export(findTerminalPIC)
export(fit.model.byNM)
export(fit.model.byNM.2step)
export(fitPE)
export(fitPE.phy)
export(fullMarginalReconstructionWithPE)
export(get.AIC)
export(get.params)
export(getAncestor)
export(getConnected)
export(getLatestAncestor)
export(getNextDescendants)
export(getRoot)
export(get_descendant_nodes_for_each_node)
export(get_descendant_tips_for_each_node)
export(globalReconstructionWithPE)
export(initialize.parameters.SP)
export(locate_query_sequences)
export(logitSigmoid)
export(make_traceable_edge_label)
export(marginalReconstruction)
export(marginalReconstructionWithPE)
export(mix_errors_by_weight)
export(normalize.AIC)
export(pMixNormal)
export(pPEpoisnorm)
export(partition_test_set_with_minimum_distance)
export(precision_recall)
export(predTraitByPIC)
export(predictHiddenStateWithPE)
export(predict_hidden_state_by_pic)
export(productNormalDensity)
export(pseudo.Z.score)
export(pseudo.pic)
export(rMixNormal)
export(rPEpoisnorm)
export(reconstructAncestralStates)
export(reroot_tree_at_tip)
export(reverse.logitSigmoid)
export(simulatePET)
export(simulatePET.phy)
export(sort_and_digest)
export(summarize.model.parameter)
export(total.process.variance)
import(ape)
import(bbmle)
import(parallel)
import(pracma)