?? bernoullidistimpl.html
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc on Tue Nov 30 14:11:22 MST 2004 --><TITLE>Swarm 2.2 Reference Guide: Class BernoulliDistImpl</TITLE><LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"></HEAD><BODY BGCOLOR="white"><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT ID="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../swarm/random/BernoulliDistCImpl.html"><B>PREV CLASS</B></A> <A HREF="../../swarm/random/BinomialDistCImpl.html"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="BernoulliDistImpl.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR><!-- ======== START OF CLASS DATA ======== --><H2><FONT SIZE="-1">swarm.random</FONT><BR>Class BernoulliDistImpl</H2><PRE>java.lang.Object | +--<A HREF="../../swarm/BaseImpl.html">swarm.BaseImpl</A> | +--<B>swarm.random.BernoulliDistImpl</B></PRE><HR><DL><DT>public class <B>BernoulliDistImpl</B><DT>extends <A HREF="../../swarm/BaseImpl.html">BaseImpl</A><DT>implements <A HREF="../../swarm/random/BooleanDistribution.html">BooleanDistribution</A>, <A HREF="../../swarm/random/BooleanDistributionS.html">BooleanDistributionS</A>, <A HREF="../../swarm/random/BernoulliDistS.html">BernoulliDistS</A>, <A HREF="../../swarm/random/BernoulliDist.html">BernoulliDist</A></DL><P><strong> Bernoulli Distribution </strong>.A distribution returning YES with a given probability.<P><HR><P><!-- ======== INNER CLASS SUMMARY ======== --><!-- =========== FIELD SUMMARY =========== --><!-- ======== CONSTRUCTOR SUMMARY ======== --><A NAME="constructor_summary"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Constructor Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../swarm/random/BernoulliDistImpl.html#BernoulliDistImpl()">BernoulliDistImpl</A></B>()</CODE><BR> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../swarm/random/BernoulliDistImpl.html#BernoulliDistImpl(swarm.defobj.Zone)">BernoulliDistImpl</A></B>(<A HREF="../../swarm/defobj/Zone.html">Zone</A> aZone)</CODE><BR> The createWithDefaults method creates a distribution object with a default set of seeds and parameters, and its own private generator.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../swarm/random/BernoulliDistImpl.html#BernoulliDistImpl(swarm.defobj.Zone, swarm.random.SimpleRandomGenerator)">BernoulliDistImpl</A></B>(<A HREF="../../swarm/defobj/Zone.html">Zone</A> aZone, <A HREF="../../swarm/random/SimpleRandomGenerator.html">SimpleRandomGenerator</A> simpleGenerator)</CODE><BR> Use this create message if the generator to be attached is a Simple one:</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../swarm/random/BernoulliDistImpl.html#BernoulliDistImpl(swarm.defobj.Zone, swarm.random.SimpleRandomGenerator, double)">BernoulliDistImpl</A></B>(<A HREF="../../swarm/defobj/Zone.html">Zone</A> aZone, <A HREF="../../swarm/random/SimpleRandomGenerator.html">SimpleRandomGenerator</A> simpleGenerator, double p)</CODE><BR> Use this create message if the generator to be attached is a Simple one:</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../swarm/random/BernoulliDistImpl.html#BernoulliDistImpl(swarm.defobj.Zone, swarm.random.SplitRandomGenerator, int)">BernoulliDistImpl</A></B>(<A HREF="../../swarm/defobj/Zone.html">Zone</A> aZone, <A HREF="../../swarm/random/SplitRandomGenerator.html">SplitRandomGenerator</A> splitGenerator, int vGen)</CODE><BR> Use this create message if the generator to be attached is a Split one:</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../swarm/random/BernoulliDistImpl.html#BernoulliDistImpl(swarm.defobj.Zone, swarm.random.SplitRandomGenerator, int, double)">BernoulliDistImpl</A></B>(<A HREF="../../swarm/defobj/Zone.html">Zone</A> aZone, <A HREF="../../swarm/random/SplitRandomGenerator.html">SplitRandomGenerator</A> splitGenerator, int vGen, double p)</CODE><BR> Use this create message if the generator to be attached is a Split one:</TD></TR></TABLE> <!-- ========== METHOD SUMMARY =========== --><A NAME="methods_implemented_from_interfaces_swarm.random.BooleanDistribution"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods implemented by this class for interface swarm.random.<A HREF="../../swarm/random/BooleanDistribution.html">BooleanDistribution</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../swarm/random/BooleanDistribution.html#getBooleanSample()">getBooleanSample</A>, <A HREF="../../swarm/random/BooleanDistribution.html#getIntegerSample()">getIntegerSample</A></CODE></TD></TR></TABLE> <A NAME="methods_implemented_from_interfaces_swarm.random.BernoulliDistS"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods implemented by this class for interface swarm.random.<A HREF="../../swarm/random/BernoulliDistS.html">BernoulliDistS</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../swarm/random/BernoulliDistS.html#setProbability(double)">setProbability</A></CODE></TD></TR></TABLE> <A NAME="methods_implemented_from_interfaces_swarm.random.BernoulliDist"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods implemented by this class for interface swarm.random.<A HREF="../../swarm/random/BernoulliDist.html">BernoulliDist</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../swarm/random/BernoulliDist.html#getProbability()">getProbability</A>, <A HREF="../../swarm/random/BernoulliDist.html#getSampleWithProbability(double)">getSampleWithProbability</A></CODE></TD></TR></TABLE> <A NAME="methods_implemented_from_interfaces_swarm.random.ProbabilityDistribution"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods implemented by this class for interface swarm.random.<A HREF="../../swarm/random/ProbabilityDistribution.html">ProbabilityDistribution</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../swarm/random/ProbabilityDistribution.html#getCurrentCount()">getCurrentCount</A>, <A HREF="../../swarm/random/ProbabilityDistribution.html#getGenerator()">getGenerator</A>, <A HREF="../../swarm/random/ProbabilityDistribution.html#getOptionsInitialized()">getOptionsInitialized</A>, <A HREF="../../swarm/random/ProbabilityDistribution.html#getVirtualGenerator()">getVirtualGenerator</A></CODE></TD></TR></TABLE> <A NAME="methods_implemented_from_interfaces_swarm.random.ProbabilityDistributionS"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods implemented by this class for interface swarm.random.<A HREF="../../swarm/random/ProbabilityDistributionS.html">ProbabilityDistributionS</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../swarm/random/ProbabilityDistributionS.html#reset()">reset</A>, <A HREF="../../swarm/random/ProbabilityDistributionS.html#setGenerator(swarm.random.SimpleRandomGenerator)">setGenerator</A>, <A HREF="../../swarm/random/ProbabilityDistributionS.html#setGenerator$setVirtualGenerator(swarm.random.SplitRandomGenerator, int)">setGenerator$setVirtualGenerator</A></CODE></TD></TR></TABLE> <A NAME="methods_implemented_from_interfaces_swarm.objectbase.SwarmObject"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods implemented by this class for interface swarm.objectbase.<A HREF="../../swarm/objectbase/SwarmObject.html">SwarmObject</A></B></TD>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -