File tree Expand file tree Collapse file tree
DeterministicParticleFlowControl Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 path = 'DeterministicParticleFlowControl' )
4444
4545
46+
47+
4648class DPFC (object ):
4749 """
4850 Deterministic particle flow control top-level class.
@@ -74,15 +76,15 @@ class DPFC(object):
7476 reweighting function to be employed during reweighting,
7577 dimensions :math:`dim_y1,t \\ to 1`.
7678 dens_est: str
77- > 'nonparametric' : non parametric density estimation (this was
79+ - 'nonparametric' : non parametric density estimation (this was
7880 used in the paper)
79- TO BE ADDED:
80- > 'hermit1' : parametic density estimation empoying hermite
81+ - TO BE ADDED:
82+ - 'hermit1' : parametic density estimation empoying hermite
8183 polynomials (physiscist's)
82- > 'hermit2' : parametic density estimation empoying hermite
84+ - 'hermit2' : parametic density estimation empoying hermite
8385 polynomials (probabilists's)
84- > 'poly' : parametic density estimation empoying simple polynomials
85- > 'RBF' : parametric density estimation employing radial basis functions.
86+ - 'poly' : parametic density estimation empoying simple polynomials
87+ - 'RBF' : parametric density estimation employing radial basis functions.
8688 kern: str
8789 type of kernel: 'RBF' or 'periodic' (only the 'RBF' was used and gives
8890 robust results. Do not use 'periodic' yet!).
You can’t perform that action at this time.
0 commit comments