Ann10: Artificial Neural Network correlation

Description Usage Arguments Examples

Description

Artificial Neural Network correlation

Usage

1
z.Ann10(pres.pr, temp.pr, tolerance, verbose)

Arguments

pres.pr

pseudo-reduced pressure

temp.pr

pseudo-reduced temperature

tolerance

controls the iteration accuracy

verbose

print internal

Examples

1
2
3
4
5
6
7
8
# calculate a single z point
ppr <- 1.5
tpr <- 2.0
z.calc <- z.Ann10(pres.pr = ppr, temp.pr = tpr)
## calculate z for multiple Ppr and Tpr
ppr <- c(0.5, 1.5, 2.5, 3.5, 4.5, 5.5, 6.5)
tpr <- c(1.05, 1.1, 1.7, 2)
z.calc <- z.Ann10(ppr, tpr)

f0nzie/zFactor documentation built on Aug. 2, 2019, 1:42 a.m.