- betterProductAvailable(SimulationContainer, ConsumerAgent, Product, Set<Product>, double) - Method in class IRPact_modellierung.decision.ConsumerAgentAdoptionDecisionProcess
-
Method to compare the quality of a product against the quality of a collection of other products,
within the same evaluative scheme.
- betterProductAvailable(SimulationContainer, ConsumerAgent, Product, Set<Product>, double) - Method in class IRPact_modellierung.decision.DeliberativeConsumerAgentAdoptionDecisionProcess
-
Method to see if any of the potential products have a higher utility for the consumerAgent at systemTime than the productToCompare,
based on DeliberativeDecision utilitarian approach
- betterProductAvailable(SimulationContainer, ConsumerAgent, Product, Set<Product>, double) - Method in class IRPact_modellierung.decision.KieslingUtilitarianConsumerAgentAdoptionDecisionProcess
-
Method to determine whether a product is at least as good as all products within a given set.
- betterProductAvailable(SimulationContainer, ConsumerAgent, Product, Set<Product>, double) - Method in class IRPact_modellierung.decision.SchwarzTakeTheBestHeuristicUtilitarianConsumerAgentAdoptionDecisionProcess
-
Method to test whether a better product is available.
- betterProductAvailable(SimulationContainer, ConsumerAgent, Product, Set<Product>, double) - Method in class IRPact_modellierung.decision.TakeTheBestHeuristicUtilitarianConsumerAgentAdoptionDecisionProcess
-
- BetterProductReadoptionScheme - Class in IRPact_modellierung.processModel
-
AdoptionReplacementScheme that represents the behavior of ConsumerAgents
to adopt a product when its better than the current product, and otherwise
wait.
- BetterProductReadoptionScheme() - Constructor for class IRPact_modellierung.processModel.BetterProductReadoptionScheme
-
- BinomialDistribution - Class in IRPact_modellierung.distributions
-
Class that models a binomial distribution
using the cern.jet.random library for binomial distributions.
- BinomialDistribution(String, int, double) - Constructor for class IRPact_modellierung.distributions.BinomialDistribution
-
Generates the distribution for a fixed number of trials n with a success probability p.
- BivariateDistribution - Class in IRPact_modellierung.distributions
-
A Bivariate distribution is the abstraction of a distribution in two variables.
- BivariateDistribution(String) - Constructor for class IRPact_modellierung.distributions.BivariateDistribution
-
Creates a bivariate distribution as a multivariate distribution with n=2
- BooleanDistribution - Class in IRPact_modellierung.distributions
-
A distribution with two mass points (named true and false)
in one variable.
- BooleanDistribution(String, double, double) - Constructor for class IRPact_modellierung.distributions.BooleanDistribution
-
Generates a boolean distribution based on two mass points,
generating the corresponding numbers proportionally to these
- BoundedBinomialDistribution - Class in IRPact_modellierung.distributions
-
Class that models a bounded binomial distribution
using the cern.jet.random library for binomial distributions.
- BoundedBinomialDistribution(String, double, double, int, double) - Constructor for class IRPact_modellierung.distributions.BoundedBinomialDistribution
-
Generates the distribution for a fixed number of trials n with a success probability p.
- BoundedBinomialDistribution(String, int, double) - Constructor for class IRPact_modellierung.distributions.BoundedBinomialDistribution
-
Generates the distribution for a fixed number of trials n with a success probability p.
- BoundedContinuousDistribution - Class in IRPact_modellierung.distributions
-
Abstraction that models continuous distributions that are cut off at certain bounds.
- BoundedContinuousDistribution(String, double, double) - Constructor for class IRPact_modellierung.distributions.BoundedContinuousDistribution
-
Will create a bounded distribution, which will reject any values drawn from the distribution not lying within these bounds.
- BoundedContinuousDistribution(String, double, boolean) - Constructor for class IRPact_modellierung.distributions.BoundedContinuousDistribution
-
Will create a distribution bound to one side (other side will be +- infinity (Double.MAX)),
which will reject any values drawn from the distribution not lying within these bounds.
- BoundedDiscreteDistribution - Class in IRPact_modellierung.distributions
-
Abstraction that models discrete distributions that are cut off at certain bounds.
- BoundedDiscreteDistribution(String, double, double) - Constructor for class IRPact_modellierung.distributions.BoundedDiscreteDistribution
-
Will create a bounded distribution, which will reject any values drawn from the distribution not lying within these bounds.
- BoundedDiscreteDistribution(String, double, boolean) - Constructor for class IRPact_modellierung.distributions.BoundedDiscreteDistribution
-
Will create a distribution bound to one side (other side will be +- infinity (Double.MAX)),
which will reject any values drawn from the distribution not lying within these bounds.
- BoundedUnivariateDistribution - Class in IRPact_modellierung.distributions
-
Abstraction to model a univariate distribution that has a lower and an upper bound.
- BoundedUnivariateDistribution(String, double, double) - Constructor for class IRPact_modellierung.distributions.BoundedUnivariateDistribution
-
Generates a univariate distribution generating values within the interval [lowerBound, upperBound]
- BurrDistribution - Class in IRPact_modellierung.distributions
-
Abstraction of the BurrDistributions within the COLT library.
- BurrDistribution(String, double) - Constructor for class IRPact_modellierung.distributions.BurrDistribution
-
- BurrDistribution10 - Class in IRPact_modellierung.distributions
-
Class to model the Burr type X distribution based on the COLT library.
- BurrDistribution10(String, double) - Constructor for class IRPact_modellierung.distributions.BurrDistribution10
-
- BurrDistribution12 - Class in IRPact_modellierung.distributions
-
Class to model the Burr type XII distribution based on the COLT library.
- BurrDistribution12(String, double, double) - Constructor for class IRPact_modellierung.distributions.BurrDistribution12
-
- BurrDistribution2 - Class in IRPact_modellierung.distributions
-
Class to model the Burr type II distribution based on the COLT library.
- BurrDistribution2(String, double) - Constructor for class IRPact_modellierung.distributions.BurrDistribution2
-
- BurrDistribution3 - Class in IRPact_modellierung.distributions
-
Class to model the Burr type III distribution based on the COLT library.
- BurrDistribution3(String, double, double) - Constructor for class IRPact_modellierung.distributions.BurrDistribution3
-
- BurrDistribution4 - Class in IRPact_modellierung.distributions
-
Class to model the Burr type IV distribution based on the COLT library.
- BurrDistribution4(String, double, double) - Constructor for class IRPact_modellierung.distributions.BurrDistribution4
-
- BurrDistribution5 - Class in IRPact_modellierung.distributions
-
Class to model the Burr type V distribution based on the COLT library.
- BurrDistribution5(String, double, double) - Constructor for class IRPact_modellierung.distributions.BurrDistribution5
-
- BurrDistribution6 - Class in IRPact_modellierung.distributions
-
Class to model the Burr type VI distribution based on the COLT library.
- BurrDistribution6(String, double, double) - Constructor for class IRPact_modellierung.distributions.BurrDistribution6
-
- BurrDistribution7 - Class in IRPact_modellierung.distributions
-
Class to model the Burr type VII distribution based on the COLT library.
- BurrDistribution7(String, double) - Constructor for class IRPact_modellierung.distributions.BurrDistribution7
-
- BurrDistribution8 - Class in IRPact_modellierung.distributions
-
Class to model the Burr type VIII distribution based on the COLT library.
- BurrDistribution8(String, double) - Constructor for class IRPact_modellierung.distributions.BurrDistribution8
-
- BurrDistribution9 - Class in IRPact_modellierung.distributions
-
Class to model the Burr type IX distribution based on the COLT library.
- BurrDistribution9(String, double, double) - Constructor for class IRPact_modellierung.distributions.BurrDistribution9
-