photo

Phil


Last seen: presque 3 ans il y a Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

  • Thankful Level 2
  • First Review
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


How to minimize the L1 norm of residuals?
Hello, The datasets I currently analyse are not normally distributed (according to shapiro-wilk and kolgomorov-smirnov @ p = 0....

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


Nonlinear fit to median instead of mean values?
Hey, my question might be more theoretical. The datasets I currently analyse are not normally distributed (according to shapiro...

presque 4 ans il y a | 1 réponse | 0

0

réponse

Question


How to include the standard deviation in the fit and propagate the error?
Hello, fitting e.g. a monoexponential decay to a dataset with a custom least squares code and retrieving the fit parameters w...

presque 6 ans il y a | 1 réponse | 1

1

réponse

Question


How to plot date and time on one axis?
Dear everyone, I'm trying to plot data I read from a sensor that saves these in a .txt file (example data and the function a...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
MATLAB frequency histogram problem
Ok, worked it out. Fairly simple. function histogram(bins,counts) outvec = []; for i = 1:length(counts) ...

presque 10 ans il y a | 0

Question


MATLAB frequency histogram problem
Hey everybody, I'm having trouble recreating a frequency histogram. The data are exported from an external software as ASCII....

presque 10 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
How to transfer the size of a zoomed in image to the entire stack?
Thanks for your answer! This is what I tried in the "ClickedCallback" of the zoom tool. What I did was: xlim = get(han...

plus de 11 ans il y a | 0

Question


How to transfer the size of a zoomed in image to the entire stack?
Hey, currently I'm writing a GUI. It simply imports a tiff-stack and has some basic functions like pausing, resuming or slidi...

plus de 11 ans il y a | 2 réponses | 0

2

réponses

Question


I am trying to model a poisson process. When I histogram the inter-event times, the distribution is exponential. I want to prove that the simulation is Poissonian. How can I calculate the Fano-factor?I have a list of waiting times and spiketimes.
while duration <= Total_time randNumbers = rand(1,1); IVI = -log(randNumbers)/rate; SpikeTime = duration + IVI; ...

plus de 11 ans il y a | 1 réponse | 0

0

réponse