Siddharth Sundar - MATLAB Central
photo

Siddharth Sundar

MathWorks

Last seen: 3 years 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: Statistics, Machine Learning, Data Analysis

统计学

All
MATLAB AnswersFile ExchangeFrom 10/14 to 03/25Use left and right arrows to move selectionFrom 10/14Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 个提问
20 个回答

File Exchange

1 文件

排名
1,322
of 297,775

声誉
54

贡献数
0 个提问
20 个回答

回答接受率
0.00%

收到投票数
9

排名
817 of 20,469

声誉
2,258

平均
4.90

贡献数
1 文件

下载次数
10

ALL TIME 下载次数
21896

排名

of 159,513

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • Knowledgeable Level 2
  • First Answer

查看徽章

Feeds

排序方式:

已提交


Energy Trading & Risk Management with MATLAB Webinar Case Study
MATLAB code for the generation asset risk analysis case study

8 years 前 | 11 次下载 |

4.9 / 5
Thumbnail

已回答
How to show Sample Size at Each Split in Tree using fitctree?
If I understand correctly, you want to be able to extract the subset of observations used at each split in a node. The CutPr...

10 years 前 | 0

已回答
How to have Tree able to do Multiple Splits at each Node rather than just 2 using fitctree?
As mentioned in <http://www.mathworks.com/help/stats/classification-trees-and-regression-trees.html this doc page>, Statistics T...

10 years 前 | 0

| 已接受

已回答
What is the difference between quadratic and mahalanobis distance with stratified covaraiance estimates when using classify
The first place I would look at when trying to get some details about the Math behind the implementation would be the references...

10 years 前 | 0

| 已接受

已回答
maximization problem with random variables.
From what I understand, you want to maximize an expected value functional. Since there are random numbers involved, the optimiza...

10 years 前 | 0

已回答
How to find first crossing of a threshold, then ignore n datapoints after?
If I understand correctly, you just want to be able to find the indices where your values in a vector cross a certain threshold ...

10 years 前 | 2

已回答
How can I turn new dummy variables into the same dummy variables I used to create a model?
There is no direct way to tell *dummyvar* to use a previously created *dummyvar* predictor matrix as a reference. So, in this ca...

10 years 前 | 0

| 已接受

已回答
How to put big text into an array
Though I do not quite understand what you mean by 'sort it with a loop', a good place to start with would be the <http://www.mat...

10 years 前 | 0

| 已接受

已回答
Invalid Matrix Dimensions Error with frprintf
Nothing in the above code seems to point towards any error. You might have a variable called *fprintf* defined in your workspace...

10 years 前 | 0

| 已接受

已回答
HELP.....running on different monitors has messed up GUI
Setting the Resize behavior property to "Proportional" causes all the units of the objects to be set to 'normalized'. This will ...

10 years 前 | 0

| 已接受

已回答
Error when using kmedoids with custom distance function
Within the *kmedoids* function, there is a check on the distance metric to see if it is a string or a function handle. In your c...

10 years 前 | 0

| 已接受

已回答
How do I suppress the splash screen for compiled applications in 2014b?
This is not possible directly. As a workaround, do NOT distribute the splash screen image file from the *for_redistribution_fil...

10 years 前 | 0

已回答
physical vs. logical core allocation for Matlab in slurm
For optimal performance, I would say that you should have one worker per physical core. Even though you have hyperthreading enab...

10 years 前 | 1

已回答
Solved the graph. Drawed the function. How to plot the x solution marked with a ring...
I would suggest that you rework your code in the function *my_newton* to handle multiple x0 values in one call by passing a vect...

10 years 前 | 0

已回答
MATLAB crashes when I try to plot.
I would suggest that you use the *-softwareopengl* startup option and see if that resolves the issue. This startup option forces...

10 years 前 | 2

| 已接受

已回答
Calculate VaR for equity portfolio
You could first create a *PortfolioCVaR* object. The PortfolioCVaR object has a method to compute the value-at-risk of portfolio...

10 years 前 | 0

已回答
Error when running patternnet example code from Help documentation
From the error, it looks like you could have another function *softmax* that shadows the one shipped with the product. So you mi...

10 years 前 | 4

| 已接受

已回答
Finding cluster centre in hierarchial clustering
Hierarchical Clustering does not use a cluster center based clustering. This doc page talks about what goes on under the hood wh...

10 years 前 | 0

已回答
Compiling MATLAB applications with LARGEADDRESSAWARE
If you are running it on a 32 bit OS, then your applications are limited to using 2GB and the rest of it used by the OS in itsel...

10 years 前 | 0

已回答
Step size adjustment of ODE15s
I understand that you want to some information about how *ode15s* adjusts the time step size. In general, in the absence of s...

10 years 前 | 0

已回答
Why do mattest and ttest2 produce two different p-values?
I understand that you want to know why the functions *mattest* and *ttest2* behave differently for the same input. Both func...

10 years 前 | 0