
Helen Kirby
Followers: 0 Following: 0
Estadística
9 Preguntas
3 Respuestas
0 Problemas
4 Soluciones
CLASIFICACIÓN
15.036
of 297.457
REPUTACIÓN
2
CONTRIBUCIONES
9 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
55.56%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.438
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
59.904
of 158.938
CONTRIBUCIONES
0 Problemas
4 Soluciones
PUNTUACIÓN
50
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Which Anova for this situation.
I am trying to analyze the speeds of vehicles driving over four different road conditions: Down a steep slope, up that steep slo...
casi 7 años hace | 0 respuestas | 0
0
respuestasRead data from CSV and Excel
I had trouble with reading in a csv file. I found it easier to open XL, select "file", drag down to "import", import the csv fil...
alrededor de 7 años hace | 0
Pregunta
Simple programming question about randomizing a vector.
clc clear ones = ones(1,20); twos = ones+1; thrs = twos+1; fors = thrs+1; fivs = fors+1; Nums = [ones...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Another simple question about standard deviation!
Could I ask yet another question on the theme of standard deviation? - and yes I have read the documentation and it doesn't an...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaSimple question about Standard Deviation.
Could I ask yet another question on this theme - and yes I have read the documentation and it doesn't answer this question. Say...
alrededor de 8 años hace | 0
Pregunta
Simple question about Standard Deviation.
I have a number of data points, lets say in a vector v, and lets say there are "num" of them. If I write sd = std(v) did it ass...
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
Confused about a question in the "Fundamentals of ML" training course.
In section 6 of the "Fundamentals of ML" training course we calculated the speed of a star by measuring it's hydrogen absorption...
más de 8 años hace | 0 respuestas | 0
0
respuestasCan Matlab statistics toolbox look up z/t/z standard tables?
Thank you very much SS, that really helped.
más de 8 años hace | 0
| aceptada
Pregunta
Can Matlab statistics toolbox look up z/t/z standard tables?
I recently plowed through how to do an ANOVA analysis. When I tried to do this via Matlab I found the calculated F quite easily ...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
How do you find Fcritical after an ANOVA analysis?
Using the Statistical Toolbox one does an ANOVA analysis to find F calculated (as well as some other stuff). One must then go on...
más de 8 años hace | 0 respuestas | 0
0
respuestasResuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
casi 9 años hace
Resuelto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
casi 9 años hace
Resuelto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
casi 9 años hace
Resuelto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
casi 9 años hace
Pregunta
When selecting "import data " to import my selection, I only get two options import data and generate script. How do I get the third one, "generate function"
I am importing data from excel spreadsheets and there is supposed to be a means of selecting a few columns then when you click o...
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
How do I get the workspace window back?
Suddenly my workspace window has disappeared. How do I get it back? It is usually in the top right of the screen. My programming...
casi 9 años hace | 3 respuestas | 0