photo

Bashar AlHalaq


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
84,509
of 300,369

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 20,936

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

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

  • Thankful Level 1

View badges

Feeds

View by

Question


three parameters gamma distribution
Hi, please I need a code to generate data sample from three parameter gamma distribution if you can help me

3 years ago | 0 answers | 0

0

answers

Question


choose a part of matrix with an condition
i have the following code: clc; clear all; close all; lamda=1; n=100;m=10; for i=1:n u=rand; t(i)=-log(1-u)./lam...

4 years ago | 1 answer | 0

1

answer

Question


Inverse Cumulative distribution function
Hi, if i have the following CDF : F(X)=1/1+b(1+b-(1+b+qx/b))(1+x/b)^-q How can I find x=inverse(F(x)) with my best reguard...

4 years ago | 2 answers | 0

2

answers

Question


double truncated data sample
Hi, I generate data x using the code : clc; clear; eta=2; beta=4; theta=1; T=1; t1=0.1; t2=0.9; ni=[10 50 75 100 50...

4 years ago | 1 answer | 0

1

answer