Dundas Chart for SharePoint Send comments on this topic.
Beta Function

Glossary Item Box

Overview

The beta function is calculated for two given values.

Applying the Formula

All statistical formulas are calculated using the Statistics class, and the following table describes how to use its BetaFunction method.

 

Value/Description Example
Formula Name: BetaFunction Statistics.BetaFunction(6,3)
Parameters:
  1. m: The first argument.
  2. n: The first argument.
Statistics.BetaFunction(6,3)
Return: A double that represents the beta function value.

-