<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>perlcodesample</author_name>
  <author_url>https://blog.hatena.ne.jp/perlcodesample/</author_url>
  <blog_title>Perl入門ゼミ</blog_title>
  <blog_url>https://perlcodesample.hatenadiary.jp/</blog_url>
  <categories>
  </categories>
  <description>Perl › モジュール › PDL 基本的な統計関数を紹介します。 最大 一次元のPDL変数から、最大値を求めるには、maxメソッドを使用します。 use PDL::Lite; # データ my $nums = pdl [4, 2, 7]; # 最大値 my $max = $nums-&gt;max; PDL::Ufuncモジュールは、PDL変数から統計値を計算するための関数を提供しています。 最小 最小値を求めるにはminメソッドを使用します。 # 最小値 my $min = $nums-&gt;min; 合計 合計を求めるにはsumメソッドを使用します。 # 合計 my $total = $nums…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperlcodesample.hatenadiary.jp%2Fentry%2F20131023%2F1382405039&quot; title=&quot;PDLにおける統計関数 - Perl入門ゼミ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2013-10-23 10:23:59</published>
  <title>PDLにおける統計関数</title>
  <type>rich</type>
  <url>https://perlcodesample.hatenadiary.jp/entry/20131023/1382405039</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
