Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EdwardRaff/JSAT
/ romb
Method
romb
JSAT/src/jsat/math/integration/Romberg.java:13–16 ·
view source on GitHub ↗
(Function f, double a, double b)
Source
from the content-addressed store, hash-verified
11
{
12
13
public
static
double romb(Function f, double a, double b)
14
{
15
return
romb(f, a, b, 20);
16
}
17
18
public
static
double romb(Function f, double a, double b,
int
max)
19
{
Callers
4
cdf
Method · 0.95
mean
Method · 0.95
variance
Method · 0.95
skewness
Method · 0.95
Calls
2
trapz
Method · 0.95
pow
Method · 0.45
Tested by
no test coverage detected