?? ch4_6.htm
字號:
<! Made by Html Translation Ver 1.0>
<html>
<head>
<title> 亂數(shù) </title>
</head>
<body BACKGROUND="../img1/bg0000.gif" tppabs="http://webclass.ncu.edu.tw/~junwu/img/bg0000.gif">
<script language="JAVASCRIPT">
<!--
if (navigator.onLine){
document.write("<!-- Spidersoft WebZIP Ad Banner Insert -->");
document.write("<TABLE width=100% border=0 cellpadding=0 cellspacing=0>");
document.write("<TR>");
document.write("<TD>");
document.write("<ILAYER id=ad1 visibility=hidden height=60></ILAYER>");
document.write("<NOLAYER>");
document.write("<IFRAME SRC='http://www.spidersoft.com/ads/bwz468_60.htm' width=100% height=60 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no></IFRAME>");
document.write("</NOLAYER>");
document.write("</TD>");
document.write("</TR>");
document.write("</TABLE>");
document.write("<!-- End of Spidersoft WebZIP Ad Banner Insert-->");
}
//-->
</script>
<!-- Spidersoft WebZIP Ad Banner Insert -->
<!-- End of Spidersoft WebZIP Ad Banner Insert-->
<font COLOR="#0000FF">
<h1>4.6 亂數(shù)</h1>
</font>
<hr>
<p>在我們分析各種工程問題時,如果須要模擬某種不可預(yù)期且不規(guī)則的現(xiàn)象(例如前面提及的雜訊),可以
利用亂數(shù)(random number)
方式產(chǎn)生近似這樣的雜訊數(shù)據(jù)。經(jīng)由亂數(shù)產(chǎn)稱的數(shù)據(jù)每一次的值皆不相同(因?yàn)?
我們要求其具有不可預(yù)期且不規(guī)則的特性),它是由數(shù)學(xué)理論推導(dǎo)出的方程式來計(jì)算。我們可以將亂數(shù)依
其統(tǒng)計(jì)分布特性分為:均勻(uniform) 亂數(shù),常態(tài) (normal)
亂數(shù)。均勻亂數(shù)是指其值平均的分布于一區(qū)間,而
常態(tài)亂數(shù)的值則是呈現(xiàn)高斯(Gaussian)
分布,形狀像一個中間高二頭低的山丘。<br>
</p>
<hr>
<ul>
<li>4.6 亂數(shù) <ul>
<li>4.6.1 <a HREF="ch4_6_1.htm" tppabs="http://webclass.ncu.edu.tw/~junwu/ch4_6_1.htm">均勻亂數(shù)</a>
</li>
<li>4.6.2 <a HREF="ch4_6_2.htm" tppabs="http://webclass.ncu.edu.tw/~junwu/ch4_6_2.htm">常態(tài)亂數(shù)</a>
</li>
</ul>
</li>
</ul>
<hr>
<a HREF="ch4_5.htm" tppabs="http://webclass.ncu.edu.tw/~junwu/ch4_5.htm">
<p><img SRC="../img1/lastpage.gif" tppabs="http://webclass.ncu.edu.tw/~junwu/img/lastpage.gif" BORDER="0" WIDTH="42" HEIGHT="42"></a> <a HREF="ch4_6_1.htm" tppabs="http://webclass.ncu.edu.tw/~junwu/ch4_6_1.htm"><img SRC="../img1/nextpage.gif" tppabs="http://webclass.ncu.edu.tw/~junwu/img/nextpage.gif" BORDER="0" HSPACE="10" WIDTH="42" HEIGHT="42"></a> <a HREF="../index.html" tppabs="http://webclass.ncu.edu.tw/~junwu/index.html"><img SRC="../img1/outline.gif" tppabs="http://webclass.ncu.edu.tw/~junwu/img/outline.gif" BORDER="0" HSPACE="6" WIDTH="42" HEIGHT="42"></a><br>
<font SIZE="2" COLOR="#AA55FF">上一頁 下一頁 講義大綱 </font><layer src="http://www.spidersoft.com/ads/bwz468_60.htm" visibility="hidden" id="a1" width="600" onload="moveToAbsolute(ad1.pageX,ad1.pageY); a1.clip.height=60;visibility='show';"></layer> </p>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -