ProfileDist-class: ProfileDist

Description Usage Arguments Value Methods (by generic) Slots Constructor

Description

This class represents signal and background score distributions for a profile.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## S4 method for signature 'ProfileDist'
show(object)

## S4 method for signature 'ProfileDist'
score(x)

## S4 method for signature 'ProfileDist'
signalDist(x)

## S4 method for signature 'ProfileDist'
backgroundDist(x)

## S4 method for signature 'ProfileDist'
plotDist(x)

Arguments

object

A ProfileDist object for the show method.

x

A ProfileDist object.

Value

A ProfileDist object.

Methods (by generic)

Slots

f

Signal distribution

g

Background distribution

Scores

Scores for the distributions

Constructor

ProfileDist(f=numeric, g=numeric, Scores=numeric)


profileScoreDist documentation built on Nov. 8, 2020, 5:49 p.m.