[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #30088] gammainc does not accept the 3rd arg (
From: |
Ben Abbott |
Subject: |
[Octave-bug-tracker] [bug #30088] gammainc does not accept the 3rd arg (as Matlab does) |
Date: |
Tue, 08 Jun 2010 23:08:53 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.55 Safari/533.4 |
URL:
<http://savannah.gnu.org/bugs/?30088>
Summary: gammainc does not accept the 3rd arg (as Matlab
does)
Project: GNU Octave
Submitted by: bpabbott
Submitted on: Tue 08 Jun 2010 07:08:52 PM EDT
Category: None
Severity: 3 - Normal
Item Group: None
Status: None
Assigned to: None
Originator Name: Ben Abbott
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: Mac OS
_______________________________________________________
Details:
Matlab's version of gammainc(x,a) may accept a third argument.
gammainc(x,a,"lower") is equivalent to gammainc(x,a). While
gammainc(x,a,"upper") is equal to 1-gammainc(x,a,"lower").
Essentially, "lower" refers the integrating over the bounds of 0 to x. While
"upper" refers to integrating over the bounds of x to infinity.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?30088>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #30088] gammainc does not accept the 3rd arg (as Matlab does),
Ben Abbott <=