Estadística
5 Preguntas
3 Respuestas
CLASIFICACIÓN
24.180
of 295.486
REPUTACIÓN
1
CONTRIBUCIONES
5 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.950
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
Latin Hypercube sampling from distrete, non-uniform distribution
I have a series of independent events that are assumed to indiviudally have poisson distributions. I first calculate the numb...
más de 12 años hace | 2 respuestas | 0
2
respuestaslocating the relative position of a value in a 2 x matrix
Thanks again - both example solutions extend well beyond the simple MatLab documentation. My key takeaways from the first sol...
más de 12 años hace | 0
locating the relative position of a value in a 2 x matrix
Thanks - I would not have intuited this from MatLab's limited documentation.
más de 12 años hace | 0
Pregunta
locating the relative position of a value in a 2 x matrix
I have a 180 by 180 matrix and want to locate the position of the minimum value so I can subsequently reuse the source variables...
más de 12 años hace | 4 respuestas | 1
4
respuestasPregunta
Fltering to subsets of matrices
both Excel and Sql can 'query' and run functions on subsets of data based on common lable fields (e.g. return all sales in GA) ...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Summing values with database "group by" functionality
Tables in databases can easily be transformed by use of the "Group by" function. Groups ususally occur on a common lable (suc...
más de 12 años hace | 4 respuestas | 0
4
respuestasShrink a 1-D array (vector) by removing all the columns with a value of zero
Thanks for the answers and for showing me the previous discussion string (I didn't think this was the first time this question w...
más de 12 años hace | 0
Pregunta
Shrink a 1-D array (vector) by removing all the columns with a value of zero
SimpleArray = [1,0,2,0,3,0,4,0,5,0] Desired result NewSimpleArray = [1,2,3,4,5]
más de 12 años hace | 5 respuestas | 0