python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Is there a way to get the probability from the probability density in multivariate kernel estimation?
I have a question about multivariate kernel density in matlab, which is my first time using it.
I have a 3-dimensional sample data (x, y, z in axes) and want to find a probability of being in a certai...
Naomi
Votes: 0
Answers: 1
Variable width kernel density estimation in R
Are there any packages which implement a variable width kernel density estimator in R? Looking to vary the bandwidth with the magnitude of x.
nate
Votes: 0
Answers: 0
Why does WriteProcessMemory need the handle value passed in, not the ID of the target process?
In the Windows system, we can modify the memory of another process across processes. For example, if process A wants to modify the memory of process B, A can call the system function WriteProcessMemor...

xiaomeng.fan
Votes: 0
Answers: 1
Kernel Density estimation in projected coordinate system
I am using the Kernel Density Estimation from the Python module sklearn. My data is in a Geopandas GeoDataframe. Currently, I am doing this in geographic coordinate (EPSG:4326). However, I want to do ...
four-eyes
Votes: 0
Answers: 1