photo

Nainsi Gupta


Last seen: 1 month 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

9 个提问
0 个回答

Cody

0 个问题
41 个答案

排名
181,530
of 299,793

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
44.44%

收到投票数
0

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
11,308
of 166,013

贡献数
0 个问题
41 个答案

评分
513

徽章数量
2

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Community Group Solver
  • Thankful Level 3
  • Solver

查看徽章

Feeds

排序方式:

提问


How to use gamultiobj for binary decision variables for features selection?
I want to use nsga2 for feature selection, where 1 represent feature is selcted while 0 represent that feature is not selected. ...

3 months 前 | 1 个回答 | 0

1

个回答

提问


One class classification using fitcsvm
Classifier<- svm(PhaseI_Data,type='one-classification',kernel = "radial", nu= nu,gamma= gamma, scale = F) A...

3 months 前 | 1 个回答 | 0

1

个回答

提问


LASSO for variable selection
Dear MATLAB Learners, I am working on variable selection for process monitoring. I have only number of process response variab...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Need help with the coding of Attached research Paper
Can someone help me with the simulation of attached research paper? This uses lasso for variable selection and then establish a...

1 year 前 | 0 个回答 | 0

0

个回答

提问


Different number of support vectors & decision values in R (using svm from "e1071") and matlab (fitcsvm) for one class classification
I am trying to run svm both on R and matlab. R code: data= df[, 1:2] head(data) sum(is.na(data)) data_bislery= as.numeric...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Which output represent distance from hyperplane in fitcsvm while training data?
While training data on fitcsvm, which output represent distance from the hyoerplane. Please explain. x= rand([100,2]) y= ones...

1 year 前 | 1 个回答 | 0

1

个回答

提问


How to detect the probability of a shift in mean value when number of variables increases?
Probability of a shift in mean value of a multivariate normal vector decreases as the number of variables increaes in case of Ho...

2 years 前 | 2 个回答 | 0

2

个回答

提问


Andrews plot function for multivariate control chart limits UCL and LCL
I am working on Andrews plot for quality control chart. So I need to define UCL and LCL for that. I have attached the images of ...

2 years 前 | 2 个回答 | 0

2

个回答

提问


How to generate bivariate random normally distributed 3d array?
mu= [0 0] sigma= [1 0.25; .25 1] mvnrnd(mu,sigma,100) I want to generate a 3-by-2-by-100 array which is normally distribute...

2 years 前 | 1 个回答 | 0

1

个回答