More Java Answers
Question Library
Ask a question about Java
Volunteer
Experts of the Month
Expert Login
Awards
About Us
Tell friends
Link to Us
Disclaimer
|
| |
|
|
| |
| | | |
About Ziv Ben-Eliahu
Expertise I can answer questions relating to: Java language and usage, coding standards, application modeling and design (model driven development), unit/system testing, test driven development, algorithm complexity issues, Ant and XML-technologies.
Experience I'm in the software industry for over 4 years now. I worked mainly with Java, but also with other languages. I gave practical session for "System Programming", in university.
Organizations
Open-Source community
Publications
WikiAI08
Education/Credentials
B.Sc. in Math and Computer Science, BGU.
M.Sc. in Computer Science, BGU.
Past/Present Clients
Open source (and free) projects: D.U.C.K (source-forge), JXN for wireXN.
Organizations Open-Source community
Publications
WikiAI08
Education/Credentials
B.Sc. in Math and Computer Science, BGU.
M.Sc. in Computer Science, BGU.
Past/Present Clients
Open source (and free) projects: D.U.C.K (source-forge), JXN for wireXN.
Publications WikiAI08
Education/Credentials
B.Sc. in Math and Computer Science, BGU.
M.Sc. in Computer Science, BGU.
Past/Present Clients
Open source (and free) projects: D.U.C.K (source-forge), JXN for wireXN.
Education/Credentials B.Sc. in Math and Computer Science, BGU.
M.Sc. in Computer Science, BGU.
Past/Present Clients
Open source (and free) projects: D.U.C.K (source-forge), JXN for wireXN.
Past/Present Clients Open source (and free) projects: D.U.C.K (source-forge), JXN for wireXN.
| | |
| |
You are here: Experts > Computing/Technology > Focus on Java > Java > Class usage
Java - Class usage
Expert: Ziv Ben-Eliahu - 11/2/2009
Question Hi there!
Good day there!
I have here a link to a built-in class of what I am going to use, but I don't know how to use it. Can you please help me understand these codes and how will I use it? thanks.
I badly need some help here. Thanks for the time.
Here is the link to a Tukey class: http://piface.r-forge.r-project.org/javadoc/rvl/stat/dist/Tukey.html
Answer Hi Mamoy,
The link is for the statistics methods in class rvl.stat.dist.Tukey.
I am not an expert in statistics so I cannot tell you what they do. I can tell you how to execute them.
You go to this link:
http://r-forge.r-project.org/projects/piface/
Download the zip file of this package. In it you will find the JAR file: piFace.jar.
Extract this JAR file and add it to your Java classpath, and then you will be able to use the methods in it, such as those in rvl.stat.dist.Tukey.
Let me know if you need more information.
Ziv.
Add to this Answer Ask a Question
|
|