tzeg6@T+ f,c>o⌻wRW/ ‹KgMzPny\F7nXoāKJg EB? Cez>^^$/fЁ1. ?c6ir;*{4N;@a-ɉ53j`?<:A0׶,)ՈGsB =- lN i|E2ZyCFaj^{R&i,TbNMn\-6;B(G Ǧ#)rN9ʈPr9.4—Ñ⑗Mo|شR'IRe\a}1OlO'rFuo,?9e^):gVmA3S9Wd U, Y!xqYW@6dNDK 1`={izqv0H[!REa^=T"XUe!B'~atN@dFovYࢨ"hk2-aœwѲ4]i W߱n6ŇXɸAQN$sGzƨNƨ羇)EG2q8f]59s4ve1mn^=T4ݝo$v27#7ύ֕09jr|,%Ea^=T"XUe!B'~atN@dF[!)Aĵ ov-Ea^=T"XUe!B'~atN@dF޽őYr;-y9'%*> =S]+93-ctwT8ևڲ)ςCuKYtz|V2ǐ#C5*_ţ.`jcc\TmUcJ˛;.HՓ9=SS43ݑսuEʻ+q_e[o9OvY*(%RbUX%txB(:.{Sůn^rabHLXjk4^YwU_6Npݑ& :iWM "k]\B,rox8^ފ[IE{us<KW9$$lqp'Q N ZG Zh]^S|'[r57BzgcwV v^)qfm yҽ57)9\{WD>il\)EV_,=/sIwDﰊ+73_htK6}\g0jSx)!tZRE}©\Yr7 {*18nn&,`\f8nn&,`\f+>/n on@q]q´u:ONs14 7W}ɆLVK+x _A!v,'G1Púߦ.7] w=#3O\EWm"U< 団=kvKˬ~>ܞ^Ewez83Vak8 z,`0mY͸Zgi4^M^)Ъ 3 ӔAADw;vGLR^W>L}|>SI@y(B[6}5(-d&fԘ-_b}.I_6k@V.\炑0LO@?#QJ >w's-{KM謶 [ U|  ˽0ԙʹZyt$;-J#=t?ʳg`ʓ||}ü.1n-ѻJ;;^!(P<4NG\Xę 7ѓKςd؄6j.LŅuBo*BT.}=38&5`|LRSD,)o&?52k@˓W50*70 ˠ_u1GDD4Ŀʾ@>q$H37J0nYH|& ϞŢY Ɗ`hh#N!1y 3LX91T,sq b%)Ƌe'Pu*<LҀ6d8q j$ B i{]^̋U5gLZ^B[6}5(-d&fԘ-_b}.:%>;#1}dE%FjжwePyꞲL~=eȠJ\ӅH!N({DkhtWQSb;KC#5hcl}9#wE[:/d_C1,x ::cDtb I%+piKo3jqk)Ap yό(k)#o\TLjtX eCR*N]1]SݽWSN Vv/U+/f:3_Y*Gs …~6ȿna?#N Dޜh^ 3Q59xb2E҃ƿQtIƺ(:VTǃNw36:/H3qrN,~!zoӅ{ ؆/}Cn_f=m-~ְ%{⿁`( Bj;Yfj8C0l'HoSqIàMˡ@/6Ody􅞒3H;\lu^a)@x1|0S@*5r2ѵF~Uu " #1}dE%FjжwePyꞘ{;Q#0 SgBx~Yt=e$YV6mW]Ew.I(̬3,o4 '%S.rL0!ȱEr[޻`N9 hjd/א;r\`Ӣf5wP:;< tJn ^q9/3f-+LF8ev,sq b%)Ƌe'Puo3?Tɗr5S_elRI8,!L:f mxLL[gkiO)ۮfmcGWh;܍)^ʓj&vA.[Zw'~pp֟3}NC_$7nWVKPb3ҙȊڍn!\2B gn`] 2rJ;$;:STE~0r-open"> JAMA For an m-by-n matrix A with m >= n, the singular value decomposition is an m-by-n orthogonal matrix U, an n-by-n diagonal matrix S, and an n-by-n orthogonal matrix V so that A = U*S*V'
  •  JAMA Pythagorean Theorem: a = 3 b = 4 r = sqrt(square(a) + square(b)) r = 5 r = sqrt(a^2 + b^2) without under/overflow
  •  PHPExcel
  • PHPExcel_Chart_Layout

    category PHPExcel
    package PHPExcel_Chart
    copyright Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)

     Methods

    Create a new PHPExcel_Chart_Layout

    __construct($layout) 

    Parameters

    $layout

    Get Height

    getHeight() : \number

    Returns

    \number

    Get Layout Target

    getLayoutTarget() : string

    Returns

    string

    Get show bubble size

    getShowBubbleSize() : boolean

    Returns

    boolean

    Get show category name

    getShowCatName() : boolean

    Returns

    boolean

    Get show leader lines

    getShowLeaderLines() : boolean

    Returns

    boolean

    Get show legend key

    getShowLegendKey() : boolean

    Returns

    boolean

    Get show percentage

    getShowPercent() : boolean

    Returns

    boolean

    Get show data series name

    getShowSerName() : boolean

    Returns

    boolean

    Get show value

    getShowVal() : boolean

    Returns

    boolean

    Get Width

    getWidth() : \number

    Returns

    \number

    Get X-Mode

    getXMode() : string

    Returns

    string

    Get X-Position

    getXPosition() : \number

    Returns

    \number

    Get Y-Mode

    getYMode() : string

    Returns

    string

    Get Y-Position

    getYPosition() : \number

    Returns

    \number

    Set Height

    setHeight(\Height $value) : \PHPExcel_Chart_Layout

    Parameters

    $value

    \Height

    Returns

    Set Layout Target

    setLayoutTarget(\Layout $value) : \PHPExcel_Chart_Layout

    Parameters

    $value

    \Layout

    Target $value

    Returns

    Set show bubble size Specifies that the bubble size should be shown in data labels.

    setShowBubbleSize(boolean $value) : \PHPExcel_Chart_Layout

    Parameters

    $value

    boolean

    Show bubble size

    Returns

    Set show cat name Specifies that the category name should be shown in data labels.

    setShowCatName(boolean $value) : \PHPExcel_Chart_Layout

    Parameters

    $value

    boolean

    Show cat name

    Returns

    Set show leader lines Specifies that leader lines should be shown in data labels.

    setShowLeaderLines(boolean $value) : \PHPExcel_Chart_Layout

    Parameters

    $value

    boolean

    Show leader lines

    Returns

    Set show legend key Specifies that legend keys should be shown in data labels.

    setShowLegendKey(boolean $value) : \PHPExcel_Chart_Layout

    Parameters

    $value

    boolean

    Show legend key

    Returns

    Set show percentage Specifies that the percentage should be shown in data labels.

    setShowPercent(boolean $value) : \PHPExcel_Chart_Layout

    Parameters

    $value

    boolean

    Show percentage

    Returns

    Set show ser name Specifies that the series name should be shown in data labels.

    setShowSerName(boolean $value) : \PHPExcel_Chart_Layout

    Parameters

    $value

    boolean

    Show series name

    Returns

    Set show val Specifies that the value should be shown in data labels.

    setShowVal(boolean $value) : \PHPExcel_Chart_Layout

    Parameters

    $value

    boolean

    Show val

    Returns

    Set Width

    setWidth(\Width $value) : \PHPExcel_Chart_Layout

    Parameters

    $value

    \Width

    Returns

    Set X-Mode

    setXMode(\X-Mode $value) : \PHPExcel_Chart_Layout

    Parameters

    $value

    \X-Mode

    Returns

    Set X-Position

    setXPosition(\X-Position $value) : \PHPExcel_Chart_Layout

    Parameters

    $value

    \X-Position

    Returns

    Set Y-Mode

    setYMode(\Y-Mode $value) : \PHPExcel_Chart_Layout

    Parameters

    $value

    \Y-Mode

    Returns

    Set Y-Position

    setYPosition(\Y-Position $value) : \PHPExcel_Chart_Layout

    Parameters

    $value

    \Y-Position

    Returns

     Properties

     

    $_height : float
     

    $_layoutTarget : string
     

    $_showBubbleSize : boolean
     

    $_showCatName : boolean
     

    $_showLeaderLines : boolean
     

    $_showLegendKey : boolean
     

    $_showPercent : boolean
     

    $_showSerName : boolean
     

    $_showVal : boolean
     

    $_width : float
     

    $_xMode : string
     

    $_xPos : float
     

    $_yMode : string
     

    $_yPos : float