Estadística
3 Preguntas
0 Respuestas
CLASIFICACIÓN
295.122
of 301.793
REPUTACIÓN
0
CONTRIBUCIONES
3 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.423
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 176.593
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
I really need your help, thanks!! I have a function eg. f = 1/2 ks^2, wenn i get the distribution of f, eg normal distribution(take mean value of f = 100 as an example), how can i get the distribution of s? k = lhsnorm(3,0.1,n). Is it possible?
This is the code for the function at the beginning i = 50; n = 200; s = linspace(1,10,i); k = lhsnorm(3,0.1,n); for m = 1:n...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
what is the meaning of this colon?and this sentence quant_set(i,:) = [ink(1,2*(i-1)+1) q05(i) q95(i)];
x_ink = data_rampe(101,18)/s; for i = 1:designs name(i,1) = data(1,1); set_data(:,1) = data(1:101,18); set_data(...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how to use an array with function to get another array
I have an array, a = lhsnorm(8,0.05,2000); the function is F(x)=0.5*x.^2; Can I use the array a as variable with the functi...
más de 9 años hace | 2 respuestas | 0