photo

Manu R


Last seen: 2 years 前 自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

0 个提问
5 个回答

File Exchange

7 文件

Cody

0 个问题
1 个答案

排名
2,470
of 299,997

声誉
26

贡献数
0 个提问
5 个回答

回答接受率
0.00%

收到投票数
11

排名
672 of 20,858

声誉
2,741

平均
4.30

贡献数
7 文件

下载次数
18

ALL TIME 下载次数
25548

排名
109,982
of 166,881

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Personal Best Downloads Level 3
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 1
  • First Submission
  • 3 Month Streak
  • Knowledgeable Level 1
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
Simple Regression
It sounds to me like you want to consider the logistic functional form for your linear regression, where: |Y(X) = a/(b + exp(c*...

14 years 前 | 0

已回答
How to Show the Weight or Bias in a Neural Network?
Neural net objects in MATLAB have fields you can access to determine layer weights and biases. Suppose: mynet = feedfor...

14 years 前 | 7

已回答
normally random number generator with limited zone
You should *not* choose a probability distribution and then restrict its range. It leads to all sorts of problems with your meas...

14 years 前 | 1

已回答
Calling R from MATLAB on a Mac
_<http://blog.revolutionanalytics.com/2009/01/using-r-as-a-scripting-language-with-rscript.html Rscript is a noninteractive vari...

14 years 前 | 3

| 已接受

已回答
Why do I get an error when using disp in a CRON job?
If you're using _crontab_, make sure you've got the output environment variables SCHEDULE_* set as expected. This page has a use...

14 years 前 | 0