Statistica
8 Domande
0 Risposte
RANK
112.286
of 301.296
REPUTAZIONE
0
CONTRIBUTI
8 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 173.832
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Computing rsquared value for data
Hi, I am trying to compute the rsquared for a data set I have; I need two, for each category: juvenile and adult organisms. T...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
Iteration of Discrete-Time Model
I am trying to run the following program, but haven't been able to get it to work quite yet. After iterating "Jnew" and "Anew" f...
oltre 10 anni fa | 0 risposte | 0
0
risposteDomanda
Building a matrix with a for-loop
Hello, I am constructing a matrix using the following program: %Program HW13.m x = 35; y = 26; n = 5; for i = 1...
oltre 10 anni fa | 2 risposte | 0
2
risposteDomanda
Plotting of a prediction line over scatterplot
Hello, I am trying to run this program and plot the prediction line "y" over the scatterplot of age and ulna data points. Howeve...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
Reiteration of Beverton-Holt model
%Program Beverton-Holt initial = 15; c = 0.002; n = 100; b = [0.5 0.9 1.0 1.1 1.5]; for...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
Reiteration for multiple values of b
Hello, I am trying to write a reiteration program. I am supposed to have 25 values, 5 for each value of 'b'. And then, I need to...
oltre 10 anni fa | 0 risposte | 0
0
risposteDomanda
Matrix dimensions don't agree
Hello, so I am trying to find the best parameters and RSS value for the following program: %Program HollingTypeIII.m %Para...
oltre 10 anni fa | 1 risposta | 0
1
rispostaDomanda
How can I graph multiple loops on one graph?
Hello! I am trying to graph a nested loop, for varying values of b, looping through values of n. Here is the program script:...
oltre 10 anni fa | 1 risposta | 0
