photo

Viktoria Kolpacoff


自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

8 个提问
0 个回答

排名
166,994
of 301,577

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,338

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 175,550

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 0 个回答 | 0

0

个回答

提问


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

10 years 前 | 2 个回答 | 0

2

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 0 个回答 | 0

0

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答