
Raj Arora
Statistics
24 Questions
0 Answers
RANK
62,705
of 273,274
REPUTATION
0
CONTRIBUTIONS
24 Questions
0 Answers
ANSWER ACCEPTANCE
45.83%
VOTES RECEIVED
0
RANK
of 18,451
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 122,673
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
How to idealize a moment curvature plot as a bilinear curve?
I have a set of data for moment curvature plot considering those I have to idealize it as a bilinear plot 1. Initial values are...
6 hours ago | 1 answer | 0
1
answerQuestion
How to add Zero after an integer value?
xcord = [20.76 19.24 20.00]; ycord = [0.0 0.76 -0.76]; Q(loop+new,1) = sprintf(str,nodeno(1,pier)+loop+a,xcord(1,no_of_pier),y...
3 months ago | 1 answer | 0
1
answerQuestion
How to fit a smooth curve on discrete data.
Hello all, I want to produce an equation that can develop a continous smooth curve (does not matter whether it follow any distri...
4 months ago | 1 answer | 0
1
answerQuestion
Y-values for the histogram
Can anyone tell me how can I extract the y-values of the below histogram so that I can plot in any software randlp2 = exp( gamr...
5 months ago | 1 answer | 0
1
answerQuestion
Generation of large data sets (10^4) for log Pearson type III distribution and finding its paramters
Dear All, I have a data set which is log pearson type III distributed fitted. Using that data how can I find the parameters asso...
5 months ago | 1 answer | 0
1
answerQuestion
Computing lognormal parameter using maximum likelihood method
Can anyone please tell me how can I calculate lognormal parameter of a function using maximum likelihood method for a given set ...
9 months ago | 0 answers | 0
0
answersQuestion
How to optimize the value of x(2)
CODE FOR COMPUTING MEDIAN AND MAXIMUM LIKELIHOOD VALUE. I WANT TO CALCULATE OPTIMUM VALUE OF STANDARD DEVIATION BASED ON INOUT D...
9 months ago | 1 answer | 0
1
answerQuestion
How to remove the outliers in distribution fitter
As shown in the dist. fitting there is some outliers in the starting and at the end is there any way to remove it?
1 year ago | 1 answer | 0
1
answerQuestion
Simplify the below equation
Can any one please tell me how to write this equation in more simplistic way 2.1894533792906461821410990117209*(1/(y1 + (0.9213...
1 year ago | 1 answer | 0
1
answerQuestion
Converting syms to double
Is there a way to use one variable as both syms and double at the same time? I'm running a programme in which one variable takes...
1 year ago | 1 answer | 0
1
answerQuestion
Error : The following error occurred converting from sym to double
So I'm running a programme in which there are two symbolic variables and the rest everything is constant, and hu(x,1) is picking...
1 year ago | 0 answers | 0
0
answersQuestion
Random combination between 2 arrays
Suppose I have 2 arrays X1 = 2.23 2.90 3.04 3.81 X2 = 0.51 0.55 0.61 1.5 Now I have to make the random combination of...
1 year ago | 1 answer | 0
1
answerQuestion
Generate random number between -Inf and 0.5
Z = [-Inf 0.5326 0.6 0.6674 Inf] I have above intervals like (-Inf 0.5326) (0.5326 0.6) (0.6 0.6674) (0.6674 Inf). Between ...
1 year ago | 2 answers | 0
2
answersQuestion
How to divide the interval of any distribution in N equal parts based on its area?
Can anyone please help me with this How to divide a normal distribution or log normal distribtuion with mean and standard devia...
1 year ago | 2 answers | 0
2
answersQuestion
CDF of log pearson
Can somebody explain why when I use this code, I get CDF as negative and decreasing function (magnitude)? It should be non decre...
1 year ago | 1 answer | 0
1
answerQuestion
INVERSE OF CDF OF LOG PEARSON TYPE III DISTRIBUTION
Could someone kindly tell me how to calculate the inverse of the CDF of a log Pearson type III distribution? In fact, I need to...
1 year ago | 0 answers | 0
0
answersQuestion
Output as NaN using pearsrnd command ?
Pearsrnd is used for generating random samples of pearson distribtuion ? mu = 4.9603; Sigma = 1.1161; Skew = -0.5666 kurt = ...
1 year ago | 1 answer | 0
1
answerQuestion
LOG PEARSON TYPE III distribution
Could someone kindly tell me how to calculate the inverse of the CDF of a log pearson type III distribution? In fact, I need to...
1 year ago | 1 answer | 0
1
answerQuestion
Error using round every time can anyone please help me with this?
c= 1; n = 0.025; bw = 36; angle = 60; syms x tw = simplify(bw + 2*(x * tand(angle))); A = 0.5*(bw + simplify(tw))*x; ...
2 years ago | 2 answers | 0
2
answersQuestion
Solving 2 degree polynomial
Can anyone please help me with this mu = 0.15; SW = 9.5106e+03; Cldeck = -1.8001; gammaw = 9.81; mu1 = 1.3; L=40; W = 12.5; mu2...
2 years ago | 0 answers | 0
0
answersQuestion
how to simplify this equation?
Any one please help me with this How to simplify this D= 93^(1/2)*(a^2)^(1/2) as ==>> 9.643a
2 years ago | 1 answer | 0
1
answerQuestion
How to calculate random number between Inf and 10 ?
Suppose i have a matrix given below A= [-Inf 52.17 54 55.82 Inf] Now how to calculate a random number between A(1) & A(2) and ...
2 years ago | 1 answer | 0
1
answerQuestion
How to solve this equation on MATLAB ? how to get the value of x
((30\((0.45+0.1233*x)*(12+0.2958*x)))-(2.41*((0.57-0.11789*x)^(-0.77))=0) HOW TO FIND THE VALUE OF X FOR WHICH THE WHOLE EQUATI...
2 years ago | 2 answers | 0