Serialized Form


Package blog

Class blog.Timestep extends java.lang.Number implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
After this object is constructed in deserialization, either add it to the generatedTimesteps map or return its existing equivalent from that map.

Serialized Fields

index

int index

Package blog.distrib

Class blog.distrib.Poisson extends AbstractCondProbDistrib implements Serializable

Serialized Fields

lambda

double lambda

Package common

Class common.Bernoulli extends java.lang.Object implements Serializable

Serialized Fields

probTrue

double probTrue

Class common.BinarySequenceDistrib extends java.lang.Object implements Serializable

Serialized Fields

probTrue

double probTrue

Class common.DefaultReferenceHistogram extends java.lang.Object implements Serializable

Serialized Fields

map

java.util.Map<K,V> map

totalRefs

int totalRefs

Class common.Geometric extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Called when this object is read in from a stream through the serialization API.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

alpha

double alpha

Class common.Multinomial extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Called when this object is read in from a stream through the serialization API. It allocates a counts array of the appropriate size.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

pi

double[] pi

Class common.MultinomialWithTail extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Called when this object is read in from a stream through the serialization API.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

k

int k

multinomial

Multinomial multinomial

geometric

Geometric geometric

lambda

double lambda

Class common.PermutationDistrib extends java.lang.Object implements Serializable

Serialized Fields

numInversionsDistrib

Geometric numInversionsDistrib

Class common.Poisson extends java.lang.Object implements Serializable

Serialized Fields

lambda

double lambda

Class common.RoundedLogNormal extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Called when this object is read in from a stream through the serialization API.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

mean

double mean

varianceOfLog

double varianceOfLog