sfactorHe3He3: Estimate Astrophysical S-factor

Description Usage Arguments Format Value Author(s) Examples

View source: R/sfactorHe3He3.R

Description

Provides a confusion matrix of classification statistics following logistic regression.

Usage

1
sfactorHe3He3(ecm = ecm, S0 = S0, S1 = S1,S2 = S2, i.screen = i.screen)

Arguments

ecm

ecm

S0

S0

S1

S1

S2

S2

i.screen

i.screen

Format

x

The function has 5 arguments: ecm,S0, S1, S2,i.screen

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-2), log(1),length.out=N))
plot(obsx1,sfactorHe3He3(obsx1,5.14,-2.69,2.14,325*1e-6),
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.