Rohit Sinha
Followers: 0 Following: 0
Estadística
4 Preguntas
2 Respuestas
CLASIFICACIÓN
3.924
of 295.448
REPUTACIÓN
13
CONTRIBUCIONES
4 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
6
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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 fit a cumulative normal distribution into a smooth curve?
I have computed the normal cumulative distribution values for a certain set of data. The data is as follows: x = [0.005 0....
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I convert a non-normal distribution to an equivalent normal distribution?
I am working with probability distributions using multivariate equations. At times some of the variables are not normally distri...
más de 2 años hace | 3 respuestas | 0
3
respuestashow to set y-axis as log scale?
The easiest way to do this is simply use the following command instead of plot semilogy(x,y); This will plot x axis on a ...
más de 2 años hace | 3
Pregunta
How do I use Cut-HDMR in MATLAB?
Hi, I wish to use Cut-HDMR (HDMR = High Dimensional Model Representaion) to solve multivariate piecewise continuous functions. I...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I plot a multivariate piecewise continuous function?
Hi, I wish to plot a mesh and a contour of multivariate piecewise continuous functions but everytime I try something, I end up g...
más de 2 años hace | 2 respuestas | 1
2
respuestasGenerating piecewise function and plotting it
You could try this method syms x %makes x a symbolic variable f= piecewise(x<-1, -1, x>=-1 & x<2, x^2+x, x>=2 & x<4, -x+2, x...
más de 2 años hace | 2