sfactorTdn: Estimate Astrophysical S-factor

Description Usage Arguments Format Value Author(s) Examples

View source: R/sfactorTdn.R

Description

Provides a confusion matrix of classification statistics following logistic regression.

Usage

1
sfactorTdn(ecm = ecm, e0 = e0, gi = gi, gf = gf, ri = ri, rf = rf)

Arguments

ecm

ecm

e0

e0

gi

gi

gf

gf

ri

ri

rf

rf

Format

x

The function has five arguments: ecm, e0, gi, gf, ri, rf

Value

S-factor

Author(s)

Rafael de Souza, UNC, and Christian Illiadis, UNC

Examples

1
2
3
4
5
6
library(nuclear)

N <- 300
obsx1 <- exp(seq(log(1e-3), log(1),length.out=N))
plot(obsx1,sfactorTdn(obsx1,0.0912,2.93,0.0794,5,5),ylim=c(0,32.5),
     xlim=c(1e-3,1),col="red",cex=1.25,type="l",ylab="S-factor",xlab="E",log="x")

RafaelSdeSouza/nuclear documentation built on Aug. 11, 2019, 12:31 a.m.