Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
69 views

I have a simple 1D value noise function here: public float ValueNoise1D(float x) { int l = Mathf.FloorToInt(x); int r = l + 1; float vl = hashToFloat(hash(l)); float vr = hashToFloat(...
0 votes
1 answer
150 views

I have been working on a histogram plot in gnuplot but I would like to also include a probability density distribution on top of the histogram itself. Currently I am able to produce the figure below ...
0 votes
0 answers
108 views

Example 1: Kurtosis: leptokurtic Skewness: right-skewed Example 2: Kurtosis: leptokurtic Skewness: left-skewed Example 3: Kurtosis: platykurtic Skewness: right-skewed Example 4: Kurtosis: platykurtic ...
0 votes
1 answer
47 views

While doing some exercises from Leetcode, I faced one problem that requires selecting a random integer point internal from a set of non-overlapping rectangles (https://leetcode.com/problems/random-...
0 votes
0 answers
38 views

I found that the rkdevine function, from the package kdevine, is returning constant zero-valued simulations when it shouldn't be the case. The function is meant to simulate from a a kdevine object, ...
-1 votes
1 answer
260 views

My data consists with a trajectory of a MD we've done with a protein. My idea is to plot a Ramachandran graph with a color gradient. The has the information of all the frames in the trajectory, but ...
-1 votes
1 answer
115 views

import numpy as np from scipy import integrate import matplotlib.pyplot as plt import datetime start = datetime.datetime.now() plt.rcParams['axes.grid'] = True XX=[None, 11.3, 14.8, 7.6, 10.5, 12.7, 3....
0 votes
1 answer
324 views

I am trying to use the package fastkde to estimate the density from a sample. The authors give an example """ Demonstrate the first README example. """ import numpy as np ...
0 votes
2 answers
179 views

Trying to create 1D kernels from data observations (weekly time points). I have been using the density() function from the stats R package. I am doing this so I can take the ratio of a treatment's pdf ...
1 vote
2 answers
88 views

I was trying to create GEV distributions with ggplot but received a persistent error. I was, however, successful creating these curves using the "plot" function, just like this: library(evir)...
0 votes
0 answers
57 views

I'm struggling to generate samples from a custom distribution defined by its CDF but facing a persistent limitation. The issue boils down to: Limited Range of Samples: Despite having a theoretical ...
0 votes
1 answer
264 views

I am working with quantil binomial and runif functions with R to simulate values. My goal is get relative frequency with this function. The frequency that I get are ok, but the the relative frequency ...
1 vote
1 answer
89 views

I'm trying to generate random variables according to three different probability density functions. Two of the functions are scaled normal distributions, μ = 260/3, σ = 100/3, scaled by 1.53666351546 ...
1 vote
0 answers
72 views

What I want: My goal is to locate molecules based on some measurements. With some maths I managed to extract some kind of density map from the data, that indicates how many molecules contributed to ...
0 votes
1 answer
76 views

(please tag 'expectreg' - don't have the rep) This framework and package seems to exist more or less in the shadows but I'm going to try my luck here. I'm trying to estimate distribution Y|X non-...

15 30 50 per page
1
2 3 4 5
...
42

AltStyle によって変換されたページ (->オリジナル) /