pwtools
Navigation
API Reference
Features
Installation
Tutorial
Background, details, special topics
Related Topics
Documentation overview
API Reference
rbf.core
Previous:
pwtools.rbf.core._np_distsq
Next:
pwtools.rbf.core.euclidean_dists
Quick search
pwtools.rbf.core.estimate_p
¶
pwtools.rbf.core.
estimate_p
(
points
,
method
=
'mean'
)
[source]
¶
Estimate
p
.
Parameters
:
method
(
str
) –
‘mean’ :
1
/
M
2
∑
i
j
R
i
j
;
M
=
points.shape[0]
’scipy’ : mean nearest neighbor distance