Community Profile

photo

Viktoria Kolpacoff


Active since 2015

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

8 years ago | 1 answer | 0

1

answer

Question


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...

8 years ago | 0 answers | 0

0

answers

Question


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...

8 years ago | 2 answers | 0

2

answers

Question


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...

8 years ago | 1 answer | 0

1

answer

Question


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...

8 years ago | 1 answer | 0

1

answer

Question


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...

8 years ago | 0 answers | 0

0

answers

Question


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...

8 years ago | 1 answer | 0

1

answer

Question


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:...

8 years ago | 1 answer | 0

1

answer