Phil
Followers: 0 Following: 0
Estadística
7 Preguntas
2 Respuestas
CLASIFICACIÓN
27.623
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
7 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
28.57%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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....
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
alrededor de 6 años hace | 1 respuesta | 1
1
respuestaPregunta
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...
más de 9 años hace | 1 respuesta | 0
1
respuestaMATLAB frequency histogram problem
Ok, worked it out. Fairly simple. function histogram(bins,counts) outvec = []; for i = 1:length(counts) ...
más de 10 años hace | 0
Pregunta
MATLAB frequency histogram problem
Hey everybody, I'm having trouble recreating a frequency histogram. The data are exported from an external software as ASCII....
más de 10 años hace | 1 respuesta | 0
1
respuestaHow 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...
más de 11 años hace | 0
Pregunta
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...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
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; ...
casi 12 años hace | 0 respuestas | 0