Estadística
3 Preguntas
0 Respuestas
CLASIFICACIÓN
189.302
of 301.472
REPUTACIÓN
0
CONTRIBUCIONES
3 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.293
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 174.655
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
Nonlinear Regression on a Function Containing a Summation
I have been trying to fit the following dataset: x=[0 0.0005 0.001 0.0015 0.002 0.003 0.004 0.005 0.0075 0.01 0.015 0.02 0.04 0...
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I stop a loop using the comparison between the last and the penultimate value of an array as a condition?
This is my algorithm. Yo necesito detener el bucle comparando el nuevo valor y el anterior. Por ejemplo: 0.9523 is de new value ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
how to extract subvectors of a vector or matrix?
My case is like this n=100; x=[1 2 3 4 5 6 7 8 9 10]; y=[1 4 9 16 25 36 49 64 81 100]; A=[x' y']; I want to extract the da...
más de 5 años hace | 2 respuestas | 0
