Sign Up

Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have permission to ask a question, You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

SIKSHAPATH

SIKSHAPATH Logo SIKSHAPATH Logo

SIKSHAPATH Navigation

  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
  • About
    1. Asked: May 18, 2022In: Computer Science

      Write a program in assembly language to interchange (swap) the …

      I'M ADMIN
      I'M ADMIN
      Added an answer on May 19, 2022 at 1:10 pm

      LDA 2101H MOV H,A LDA 2105H MOV D,A XCHG MOV A,H STA 2101H MOV A,D STA 2105H HLT #ORG 2101H #DB CD,34

      LDA 2101H
      MOV H,A
      LDA 2105H
      MOV D,A
      XCHG
      MOV A,H
      STA 2101H
      MOV A,D
      STA 2105H
      HLT
      
      #ORG 2101H
      #DB CD,34
      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    2. Asked: May 19, 2022In: Microprocessor

      Find the 2’s complement of the number stored at memory …

      I'M ADMIN
      I'M ADMIN
      Added an answer on May 19, 2022 at 12:49 pm

      LDA 4200H CMA INR A STA 4300H HLT #ORG 4200H #DB 10

      LDA 4200H
      CMA
      INR A
      STA 4300H
      HLT
      
      #ORG 4200H
      #DB 10
      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    3. Asked: March 8, 2022In: Computer Science

      In OSI model what are the main functions of transport layer?(COMPUTER NETWORK QUESTIONS)

      I'M ADMIN
      I'M ADMIN
      Added an answer on May 15, 2022 at 11:42 am

      Click on the below link for the answer: https://sikshapath.in/question/in-osi-model-what-are-the-main-functions-of-transport-layer-2/

      Click on the below link for the answer:

      In OSI model what are the main functions of transport layer?

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    4. Asked: May 13, 2022In: Mathematics

      Calculate the regression coefficients from the following : x: 1 …

      I'M ADMIN
      I'M ADMIN
      Added an answer on May 15, 2022 at 11:18 am

      Check Q no 1 of the below-given link for the answer:   https://sikshapath.in/question/calculate-the-regression-coefficients-from-the-following-x-1/

      Check Q no 1 of the below-given link for the answer:

       

      Calculate the regression coefficients from the following : x: 1 …

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    5. Asked: May 13, 2022In: Mathematics

      Discuss Probability density function and Cumulative probability distribution..

      I'M ADMIN
      I'M ADMIN
      Added an answer on May 15, 2022 at 11:16 am

      Click on the below link to redirect to the answer page:   https://sikshapath.in/question/discuss-probability-density-function-and-cumulative-probability-distribution/

      Click on the below link to redirect to the answer page:

       

      Discuss Probability density function and Cumulative probability distribution..

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    6. Asked: May 3, 2022In: Mathematics

      Discuss Probability density function and Cumulative probability distribution..

      I'M ADMIN
      I'M ADMIN
      Added an answer on May 15, 2022 at 11:14 am

      The Probability Density Function is a function that gives us the probability distribution of a random variable for any value of it. To get the probability distribution at a point, you only have to solve the probability density function for that point. The cumulative distribution function is used toRead more

      The Probability Density Function is a function that gives us the probability distribution of a random variable for any value of it. To get the probability distribution at a point, you only have to solve the probability density function for that point.

      The cumulative distribution function is used to describe the probability distribution of random variables. It can be used to describe the probability for a discrete, continuous or mixed variable. It is obtained by summing up the probability density function and getting the cumulative probability for a random variable.

      The cumulative distribution function of a random variable to be calculated at a point x is represented as Fx(X). It is the probability that the random variable X will take a value less than or equal to x.

      Consider the diagram shown below. The diagram shows the probability density function f(x), which gives us a rectangle between the points (a, b) when plotted. f(x) has a value of 1/(b-a).

      Cumulative_Distribution_Function_1

       

       

      Now consider a point c on the x-axis. This is the point you need to find the cumulative distribution function at. According to the definition, you need to find the total probability density function up to point c. This means that you have to find the area of the rectangle between points a and c.

      Cumulative_Distribution_Function_2

       

       

      Since the cumulative distribution function is the total probability density function up to a certain point x, it can be represented as the probability that the random variable X is less than or equal to x.

      Cumulative_Distribution_Function_4.

      Figure 4: CDF representation

       

       

      As you need to get the total PDF sum between two points, you can also represent the CDF as the integration of PDF between the points it has been calculated at. The formula depicted below shows the cumulative distribution function calculated between points (a, b) for the PDF Fx(x).

      Cumulative_Distribution_Function_5

       

       

      Source – simplilearn,com

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    1 … 10 11 12 13 14 … 122

    Sidebar

    store ads

    Stats

    • Questions 1k
    • Answers 1k
    • Posts 141
    • Best Answers 89
    • Cloud Computing Notes 101: Learn Fundamentals, Service Models, and Virtualization!
    • This Free AI Tool Translates Entire Books in Minute !
    • 25 Essential Software Testing Questions: Flashcard Edition!
    • 27 C++ Questions & Answers – Quiz 1 Flashcards
    • Interactive Alphabet Flashcards for Kids: A to Z Learning Fun!

    Explore

    • Recent Questions
    • Questions For You
    • Answers With Time
    • Most Visited
    • New Questions
    • Recent Questions With Time

    Footer

    SIKSHAPATH

    Helpful Links

    • Contact
    • Disclaimer
    • Privacy Policy Notice
    • TERMS OF USE
    • FAQs
    • Refund/Cancellation Policy
    • Delivery Policy for Sikshapath

    Follow Us

    © 2021-24 Sikshapath. All Rights Reserved