random_number_functions.hlp

来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· HLP 代码 · 共 43 行

HLP
43
字号
{smcl}
{* 05mar2005}{...}
{cmd:help random-number functions}
{hline}

{title:Title}

{p2colset 5 22 24 2}{...}
{p2col :{hi:[D] functions} {hline 2}}Functions{p_end}
{p2colreset}{...}


{title:Description}

{pstd}This is a quick reference on functions for generating random numbers.
For help on all functions, see {help functions}.  See {bf:{help generate}} for
setting the seed.


{title:Random-number functions}

{phang}
{cmd:uniform()} returns uniformly distributed pseudorandom numbers on
	the interval [0,1).  {cmd:uniform()} takes no arguments, but the
	parentheses must be typed.  (See {help matrix functions} for the
	related {cmd:matuniform()} matrix function.)

{phang}
{cmd:invnormal(uniform())} returns normally distributed random numbers with
        mean 0 and standard deviation 1.  {cmd:(uniform())} within
        {cmd:invnormal()} takes no arguments, but the parentheses must be
        typed.


{title:Also see}

{psee}
Manual:  {bf:[D] functions}

{psee}
Online:  {bf:{help egen}}
{p_end}

⌨️ 快捷键说明

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