photo

Nainsi Gupta


Last seen: 26일 전 2022년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

7 질문
0 답변

Cody

0 문제
41 답안

순위
80,052
of 297,775

평판
0

참여
7 질문
0 답변

답변 채택
57.14%

획득한 표
0

순위
 of 20,469

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
10,712
of 159,513

참여
0 문제
41 답안

점수
513

배지 수
2

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Community Group Solver
  • Thankful Level 3
  • Solver

배지 보기

Feeds

보기 기준

질문


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

9개월 전 | 답변 수: 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...

10개월 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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...

1년 초과 전 | 답변 수: 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 ...

1년 초과 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

1

답변