Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- management
- MySQL
- Java
- hadoop
- Linux
- RFID
- django
- comic agile
- agile
- history
- Book review
- psychology
- France
- web
- UK
- erlang
- Malaysia
- program
- Python
- hbase
- QT
- Book
- ubuntu
- Software Engineering
- Italy
- programming_book
- leadership
- Kuala Lumpur
- Spain
- Programming
Archives
- Today
- Total
목록DescriptiveStatistics (1)
Apache Commons Math
import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; import java.util.ArrayList; import java.util.List; import org.apache.commons.math.stat.descriptive.DescriptiveStatistics; import org.apache.commons.math.stat.descriptive.SummaryStatistics; import org.apache.commons.math.stat.descriptive.rank.Percentile; //$ javac -cp .:./commons-math-2.2/commons-math-2.2.jar Te..
Programming/Java
2011. 5. 4. 04:29