stdlib_stats_distribution_beta Module



Interfaces

public interface cdf_beta

Version experimental

Beta Distribution Cumulative Distribution Function (Specification)

  • private elemental function beta_dist_cdf_rsp(x, a, b, loc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=sp), intent(in) :: x
    real(kind=sp), intent(in) :: a
    real(kind=sp), intent(in) :: b
    real(kind=sp), intent(in), optional :: loc

    Return Value real(kind=sp)

  • private elemental function beta_dist_cdf_rdp(x, a, b, loc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=dp), intent(in) :: x
    real(kind=dp), intent(in) :: a
    real(kind=dp), intent(in) :: b
    real(kind=dp), intent(in), optional :: loc

    Return Value real(kind=dp)

  • private elemental function beta_dist_cdf_csp(x, a, b, loc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    complex(kind=sp), intent(in) :: x
    complex(kind=sp), intent(in) :: a
    complex(kind=sp), intent(in) :: b
    complex(kind=sp), intent(in), optional :: loc

    Return Value real(kind=sp)

  • private elemental function beta_dist_cdf_cdp(x, a, b, loc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    complex(kind=dp), intent(in) :: x
    complex(kind=dp), intent(in) :: a
    complex(kind=dp), intent(in) :: b
    complex(kind=dp), intent(in), optional :: loc

    Return Value real(kind=dp)

  • private impure elemental function beta_dist_cdf_impure_rsp(x, a, b, err, loc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=sp), intent(in) :: x
    real(kind=sp), intent(in) :: a
    real(kind=sp), intent(in) :: b
    integer, intent(out) :: err
    real(kind=sp), intent(in), optional :: loc

    Return Value real(kind=sp)

  • private impure elemental function beta_dist_cdf_impure_rdp(x, a, b, err, loc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=dp), intent(in) :: x
    real(kind=dp), intent(in) :: a
    real(kind=dp), intent(in) :: b
    integer, intent(out) :: err
    real(kind=dp), intent(in), optional :: loc

    Return Value real(kind=dp)

  • private impure elemental function beta_dist_cdf_impure_csp(x, a, b, err, loc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    complex(kind=sp), intent(in) :: x
    complex(kind=sp), intent(in) :: a
    complex(kind=sp), intent(in) :: b
    integer, intent(out) :: err
    complex(kind=sp), intent(in), optional :: loc

    Return Value real(kind=sp)

  • private impure elemental function beta_dist_cdf_impure_cdp(x, a, b, err, loc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    complex(kind=dp), intent(in) :: x
    complex(kind=dp), intent(in) :: a
    complex(kind=dp), intent(in) :: b
    integer, intent(out) :: err
    complex(kind=dp), intent(in), optional :: loc

    Return Value real(kind=dp)

public interface pdf_beta

Version experimental

Beta Distribution Probability Density Function (Specification)

  • private elemental function beta_dist_pdf_rsp(x, a, b, loc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=sp), intent(in) :: x
    real(kind=sp), intent(in) :: a
    real(kind=sp), intent(in) :: b
    real(kind=sp), intent(in), optional :: loc

    Return Value real(kind=sp)

  • private elemental function beta_dist_pdf_rdp(x, a, b, loc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=dp), intent(in) :: x
    real(kind=dp), intent(in) :: a
    real(kind=dp), intent(in) :: b
    real(kind=dp), intent(in), optional :: loc

    Return Value real(kind=dp)

  • private elemental function beta_dist_pdf_csp(x, a, b, loc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    complex(kind=sp), intent(in) :: x
    complex(kind=sp), intent(in) :: a
    complex(kind=sp), intent(in) :: b
    complex(kind=sp), intent(in), optional :: loc

    Return Value real(kind=sp)

  • private elemental function beta_dist_pdf_cdp(x, a, b, loc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    complex(kind=dp), intent(in) :: x
    complex(kind=dp), intent(in) :: a
    complex(kind=dp), intent(in) :: b
    complex(kind=dp), intent(in), optional :: loc

    Return Value real(kind=dp)

  • private impure elemental function beta_dist_pdf_impure_rsp(x, a, b, err, loc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=sp), intent(in) :: x
    real(kind=sp), intent(in) :: a
    real(kind=sp), intent(in) :: b
    integer, intent(out) :: err
    real(kind=sp), intent(in), optional :: loc

    Return Value real(kind=sp)

  • private impure elemental function beta_dist_pdf_impure_rdp(x, a, b, err, loc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=dp), intent(in) :: x
    real(kind=dp), intent(in) :: a
    real(kind=dp), intent(in) :: b
    integer, intent(out) :: err
    real(kind=dp), intent(in), optional :: loc

    Return Value real(kind=dp)

  • private impure elemental function beta_dist_pdf_impure_csp(x, a, b, err, loc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    complex(kind=sp), intent(in) :: x
    complex(kind=sp), intent(in) :: a
    complex(kind=sp), intent(in) :: b
    integer, intent(out) :: err
    complex(kind=sp), intent(in), optional :: loc

    Return Value real(kind=sp)

  • private impure elemental function beta_dist_pdf_impure_cdp(x, a, b, err, loc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    complex(kind=dp), intent(in) :: x
    complex(kind=dp), intent(in) :: a
    complex(kind=dp), intent(in) :: b
    integer, intent(out) :: err
    complex(kind=dp), intent(in), optional :: loc

    Return Value real(kind=dp)

public interface rvs_beta

Version experimental

Beta Distribution Random Variates (Specification)

  • private impure elemental function beta_dist_rvs_rsp(a, b, loc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=sp), intent(in) :: a
    real(kind=sp), intent(in) :: b
    real(kind=sp), intent(in), optional :: loc

    Return Value real(kind=sp)

  • private impure elemental function beta_dist_rvs_rdp(a, b, loc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=dp), intent(in) :: a
    real(kind=dp), intent(in) :: b
    real(kind=dp), intent(in), optional :: loc

    Return Value real(kind=dp)

  • private impure elemental function beta_dist_rvs_csp(a, b, loc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    complex(kind=sp), intent(in) :: a
    complex(kind=sp), intent(in) :: b
    complex(kind=sp), intent(in), optional :: loc

    Return Value complex(kind=sp)

  • private impure elemental function beta_dist_rvs_cdp(a, b, loc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    complex(kind=dp), intent(in) :: a
    complex(kind=dp), intent(in) :: b
    complex(kind=dp), intent(in), optional :: loc

    Return Value complex(kind=dp)

  • private function beta_dist_rvs_array_rsp(a, b, array_size, loc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=sp), intent(in) :: a
    real(kind=sp), intent(in) :: b
    integer, intent(in) :: array_size
    real(kind=sp), intent(in), optional :: loc

    Return Value real(kind=sp), (array_size)

  • private function beta_dist_rvs_array_rdp(a, b, array_size, loc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    real(kind=dp), intent(in) :: a
    real(kind=dp), intent(in) :: b
    integer, intent(in) :: array_size
    real(kind=dp), intent(in), optional :: loc

    Return Value real(kind=dp), (array_size)

  • private function beta_dist_rvs_array_csp(a, b, array_size, loc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    complex(kind=sp), intent(in) :: a
    complex(kind=sp), intent(in) :: b
    integer, intent(in) :: array_size
    complex(kind=sp), intent(in), optional :: loc

    Return Value complex(kind=sp), (array_size)

  • private function beta_dist_rvs_array_cdp(a, b, array_size, loc) result(res)

    Arguments

    Type IntentOptional Attributes Name
    complex(kind=dp), intent(in) :: a
    complex(kind=dp), intent(in) :: b
    integer, intent(in) :: array_size
    complex(kind=dp), intent(in), optional :: loc

    Return Value complex(kind=dp), (array_size)