Generates the Beta function values for given points. |
||
Syntax |
b = Beta(z,w) |
|
Argument |
Name |
Description |
z |
A scalar,vector or matrix of points. Must be a positive real. |
|
w |
A scalar, vector or matrix of points. Must be a positive real and match the size of z. |
|
Example |
Find the Beta function values for a set of values pairs. |
|
Syntax |
||
i = Beta([1,3],[0.2,0.4]) |
||
Example |
||
i = 5 1.4881 |
||
Output |
Name |
Description |
b |
A scalar or vector of the beta function values at the given points. Of the same size as z. |
|
See Also: |