Details verified of Deepu Kumar✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Online Classes English
Hindi
west Bengal university of technology 2015
Bachelor of Technology (B.Tech.)
Okkiyam Thuraipakkam, Chennai, India - 600097
ID Verified
Education Verified
Phone Verified
Email Verified
Report this Profile
Is this listing inaccurate or duplicate? Any other problem?
Please tell us about the problem and we will fix it.
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class I-V Tuition
4
Board
ICSE, CBSE
Subjects taught
English, Computers, Sanskrit, Hindi, Science, Social studies, Mathematics
Taught in School or College
Yes
Answered on 08/04/2020
Ask a Question
public class Fibonacci {
public static void main(String[] args) {
int n = 10, t1 = 0, t2 = 1;
System.out.print("First " + n + " terms: ");
for (int i = 1; i <= n; ++i)
{
System.out.print(t1 + " + ");
int sum = t1 + t2;
t1 = t2;
t2 = sum;
}
}
} Answered on 08/04/2020
Ask a Question
Probability density function of a continuous random variable YYish(y).h(y).
What does that mean? Now, often students are mistaken and say that this implies the probability that Y=yY=y (i.e P(Y=y)=h(y)P(Y=y)=h(y)). No, wrong!
It means, P(y−(δy)/2<=Y<y+(δy)/2)=h(y)×δyP(y−(δy)/2<=Y<y+(δy)/2)=h(y)×δy where δyδy is a very small quantity (in the limit δy→0)δy→0), which means,h(y)×δh(y)×δ = The probability that the random variable Y lies within the small strip[y−(δy)/2,y+(δy)/2))[y−(δy)/2,y+(δy)/2)). (note, the length of the region is δy.δy.)
This is the shaded area shown in the curve below.
Note:
is called the cumulative distribution function (cdf).
Answered on 08/04/2020
Ask a Question
Ask a Question
Also have a look at
Class Location
Online class via Zoom
Student's Home
Tutor's Home
Years of Experience in Class I-V Tuition
4
Board
ICSE, CBSE
Subjects taught
English, Computers, Sanskrit, Hindi, Science, Social studies, Mathematics
Taught in School or College
Yes
Answered on 08/04/2020
Ask a Question
public class Fibonacci {
public static void main(String[] args) {
int n = 10, t1 = 0, t2 = 1;
System.out.print("First " + n + " terms: ");
for (int i = 1; i <= n; ++i)
{
System.out.print(t1 + " + ");
int sum = t1 + t2;
t1 = t2;
t2 = sum;
}
}
} Answered on 08/04/2020
Ask a Question
Probability density function of a continuous random variable YYish(y).h(y).
What does that mean? Now, often students are mistaken and say that this implies the probability that Y=yY=y (i.e P(Y=y)=h(y)P(Y=y)=h(y)). No, wrong!
It means, P(y−(δy)/2<=Y<y+(δy)/2)=h(y)×δyP(y−(δy)/2<=Y<y+(δy)/2)=h(y)×δy where δyδy is a very small quantity (in the limit δy→0)δy→0), which means,h(y)×δh(y)×δ = The probability that the random variable Y lies within the small strip[y−(δy)/2,y+(δy)/2))[y−(δy)/2,y+(δy)/2)). (note, the length of the region is δy.δy.)
This is the shaded area shown in the curve below.
Note:
is called the cumulative distribution function (cdf).
Answered on 08/04/2020
Ask a Question
Ask a Question
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.
Certified
The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.