Lakshit Chugh
Followers: 0 Following: 0
Feeds
질문
How to find mosaic plot of this dataset
How to write in matlab or R this dataset and calculate mosaic plot of that (prefered in R)
대략 4년 전 | 답변 수: 1 | 0
1
답변질문
How to calculate |x|
I am using find function but i need to use |x| instead of x how to write in matlab ?
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
how to generate data from model
I have to genarate x data which follows U(0,4pie) distribution how can i generate it ? and how to generate data for y which fol...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
Data generation from model
How to generate data from this equation ? the base model is y=10+0.1x+0.03x^2 + u draw 1000 values from x from U(0,3) draw...
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
Doppler effect Proability density function
Hi i have doppler model equation and i want to know how to generate probability density function ?
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
EXPONENTIAL DISTRIBUTION simple doubt
i have lambda=0.1 so in exprnd(mu) do i have to put 0.1 or 1/0.1?
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
Monte carlo simulation for MSE
How to implement Monte Carlo simulation for MSE ?
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to calculate MISE OR MSE
I have used the estimator and i know the formula but how can i find the expected value difference square .
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
Which estimator is better in terms of mse kernel or histogram?
Which estimator is better in terms of mse and mise kernel or histogram?
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
pdf of two distribution in mixture
How should i get pdf of 2 mixture beta and gamma if we have given mean =2 a=4,b=7 ? i have generated random variable
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to find mse of density estimation of histogram ?
Hey i have just run the density estimation of histogram but i am not getting right MSE so is there is any easy way to find MSE o...
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to find bin mesh,edges and centres
i have given bin width and i am confused how should i find bin mesh bin edges and bin centres i have this code but its not wo...
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
MSE AND MISE OF ESTIMATOR
How do we calculate mse and mise of estimator like histogram estimator ,kernel estimator ?
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
Find histogram density function
How do i estimate density by histogram of mixture of random distribution
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
Kernel density estimation Problem graph ?
l = linspace(-4,4,500); fhat = zeros(size(l)); h = 1.06*n^(-1/5); hold on for i=1:n % get each kernel function evaluated a...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
Random model value storing
Y=sqrt(x*(1-x)*sin(d./e)) + epislon here x=i/n and epsilon is N(0,1) How can i generate 100 value from Y and store i...
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to generate mixture of exponential and beta distribution
Hello I have to generate random variable from exponential and beta distribution where a=4 b=7 for beta and lamda=0.5 while p=...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to generate random variable from mixture of exponential and beta distribution ?
I have p=0.8 and i have to generate 500 random variable and plot the mixture where the lamda =0.5 for beta distribution a=5 b=...
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
epislon in normal distribution
How to write epislon which is given N(0,0.01) in matlab ?
4년 초과 전 | 답변 수: 1 | 0