⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lognormaldistimpl.html

📁 文件来自swarm.org
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<!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  LogNormalDistImpl</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>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../index-files/index-1.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../swarm/random/LogNormalDistCImpl.html"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../swarm/random/MT19937genCImpl.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>  &nbsp;&nbsp;<A HREF="LogNormalDistImpl.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<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  LogNormalDistImpl</H2><PRE>java.lang.Object  |  +--<A HREF="../../swarm/BaseImpl.html">swarm.BaseImpl</A>        |        +--<B>swarm.random.LogNormalDistImpl</B></PRE><HR><DL><DT>public class <B>LogNormalDistImpl</B><DT>extends <A HREF="../../swarm/BaseImpl.html">BaseImpl</A><DT>implements <A HREF="../../swarm/random/Normal.html">Normal</A>, <A HREF="../../swarm/random/NormalS.html">NormalS</A>, <A HREF="../../swarm/random/LogNormalDistS.html">LogNormalDistS</A>, <A HREF="../../swarm/random/LogNormalDist.html">LogNormalDist</A></DL><P><strong> Log-Normal distribution</strong>.A well-known continuous probability distribution returning doubles.<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/LogNormalDistImpl.html#LogNormalDistImpl()">LogNormalDistImpl</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../swarm/random/LogNormalDistImpl.html#LogNormalDistImpl(swarm.defobj.Zone)">LogNormalDistImpl</A></B>(<A HREF="../../swarm/defobj/Zone.html">Zone</A>&nbsp;aZone)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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/LogNormalDistImpl.html#LogNormalDistImpl(swarm.defobj.Zone, swarm.random.SimpleRandomGenerator)">LogNormalDistImpl</A></B>(<A HREF="../../swarm/defobj/Zone.html">Zone</A>&nbsp;aZone,                  <A HREF="../../swarm/random/SimpleRandomGenerator.html">SimpleRandomGenerator</A>&nbsp;simpleGenerator)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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/LogNormalDistImpl.html#LogNormalDistImpl(swarm.defobj.Zone, swarm.random.SimpleRandomGenerator, double, double)">LogNormalDistImpl</A></B>(<A HREF="../../swarm/defobj/Zone.html">Zone</A>&nbsp;aZone,                  <A HREF="../../swarm/random/SimpleRandomGenerator.html">SimpleRandomGenerator</A>&nbsp;simpleGenerator,                  double&nbsp;mean,                  double&nbsp;sdev)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Use this create message if the generator to be attached is a Simple one and you wish to specify the standard deviation:</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><B><A HREF="../../swarm/random/LogNormalDistImpl.html#LogNormalDistImpl(swarm.defobj.Zone, swarm.random.SplitRandomGenerator, int)">LogNormalDistImpl</A></B>(<A HREF="../../swarm/defobj/Zone.html">Zone</A>&nbsp;aZone,                  <A HREF="../../swarm/random/SplitRandomGenerator.html">SplitRandomGenerator</A>&nbsp;splitGenerator,                  int&nbsp;vGen)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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/LogNormalDistImpl.html#LogNormalDistImpl(swarm.defobj.Zone, swarm.random.SplitRandomGenerator, int, double, double)">LogNormalDistImpl</A></B>(<A HREF="../../swarm/defobj/Zone.html">Zone</A>&nbsp;aZone,                  <A HREF="../../swarm/random/SplitRandomGenerator.html">SplitRandomGenerator</A>&nbsp;splitGenerator,                  int&nbsp;vGen,                  double&nbsp;mean,                  double&nbsp;sdev)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Use this create message if the generator to be attached is a Split one and you wish to specify the standard deviation:</TD></TR></TABLE>&nbsp;<!-- ========== METHOD SUMMARY =========== --><A NAME="methods_implemented_from_interfaces_swarm.random.Normal"><!-- --></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/Normal.html">Normal</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../swarm/random/Normal.html#getMean()">getMean</A>, <A HREF="../../swarm/random/Normal.html#getSampleWithMean$withStdDev(double, double)">getSampleWithMean$withStdDev</A>, <A HREF="../../swarm/random/Normal.html#getSampleWithMean$withVariance(double, double)">getSampleWithMean$withVariance</A>, <A HREF="../../swarm/random/Normal.html#getStdDev()">getStdDev</A>, <A HREF="../../swarm/random/Normal.html#getVariance()">getVariance</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_implemented_from_interfaces_swarm.random.NormalS"><!-- --></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/NormalS.html">NormalS</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../swarm/random/NormalS.html#setMean$setStdDev(double, double)">setMean$setStdDev</A>, <A HREF="../../swarm/random/NormalS.html#setMean$setVariance(double, double)">setMean$setVariance</A></CODE></TD></TR></TABLE>&nbsp;<A NAME="methods_implemented_from_interfaces_swarm.random.DoubleDistribution"><!-- --></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/DoubleDistribution.html">DoubleDistribution</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../swarm/random/DoubleDistribution.html#getDoubleSample()">getDoubleSample</A></CODE></TD></TR></TABLE>&nbsp;<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>&nbsp;<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>&nbsp;<A NAME="methods_implemented_from_interfaces_swarm.objectbase.SwarmObject"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -