Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Share Your Creations
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Share Your Creations Show your developed application to Basic4ppc community. Please include source code if possible.

Quick Statistics Application

Reply
 
LinkBack Thread Tools Display Modes
  #31 (permalink)  
Old 10-10-2009, 10:24 AM
Basic4ppc Veteran
 
Join Date: Apr 2007
Posts: 269
Default

Hi Klaus,

About the values set to zero when switching to another test: would you believe I had that in the first version? I really have nothing against that but changed it during building in the Graph page. This page is only used in the z <-> Pz score as the Graphs of the other values add no understanding of the value itself. I agree on the buttondisplay on the main page.
Regarding the simultaneous display of the Z-score and the Graphpage. This was originally the case but I decided against it to make an even appearance on the 4 different test. Moreover for someone who is used to the values itself, the Graph doesnot increase understanding the values. For students it might be useful that way. But feel free to modify at will.
David is using it for students. David: what do you think?
Marc
Reply With Quote
  #32 (permalink)  
Old 10-11-2009, 09:58 AM
klaus's Avatar
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Fully, Switzerland
Posts: 4,463
Awards Showcase
Forum Contributer Beta Tester Competition Winner 
Total Awards: 3
Default

Hi Marc,

Quote:
... would you believe I had that in the first version?
Oh yes, I believe, I made also several times the same experience that the first layout of a user interface was not the best one and changed it afterwards.

I attached a new version of the program, the graphic is still on it's own form. The graph is no more on top but on the bottom, because in when you wanted to enter values in the lower textboxes they were hidden by the virtual keyboard.

I think it would be usefull to have default values in all textboxes. What do you thinkabout'

Best regards.
Attached Files
File Type: zip Statistics_K3.zip (10.0 KB, 13 views)
__________________
Klaus
Switzerland

Beginner's Guide / User's Guide
Reply With Quote
  #33 (permalink)  
Old 10-11-2009, 08:35 PM
Basic4ppc Veteran
 
Join Date: Apr 2007
Posts: 269
Default

Hi Klaus, looks very good and professional, though on the desktop the aligning might be adjusted here and there. To my personal liking I'd choose the overall display of all the tests but maybe Davids students would like this option better.
Reply With Quote
  #34 (permalink)  
Old 10-16-2009, 04:52 AM
Senior Member
 
Join Date: Apr 2007
Location: Arlington, Washington USA
Posts: 180
Default

I haven't had the chance to look at the latest versions. I'll get back to you when I am able.
Reply With Quote
  #35 (permalink)  
Old 10-16-2009, 06:09 PM
Senior Member
 
Join Date: Apr 2007
Location: Arlington, Washington USA
Posts: 180
Default

Here is some feedback. Remember, I'm trying to see this from the point of view of a beginning Statistics student who will probably take things at face value.

Z DISTRIBUTION
I would prefer word descriptions to the image labels. The students will be tested verbally (either multiple choice or essay), not by picking pictures and reinforcing the terminology would be good. There is room at the bottom to display (for example) "two-tailed" followed by the appropriate image button. Yes, the SIP will cover this up but I can assume the used knows how to minimize the pop-up keyboard when she or he is ready to select the appropriate tail(s) for the test.

Instead of a checkbox for z, it would be clearer to the new student if there were two radio buttons where one could choose between z and P(z).

For any given z score, the program correctly computes the left (1-tailed) probability but displays the same value for the right (1-tailed) probability which should be 1 minus the left tailed probability. Curiously, the graph correctly displays and labels the right tailed probability.

The P(z) textbox permits an entry greater than 1. Although no computation is performed when a button is clicked, neither is the student warned of impossible input. When a negative value is input, the program automatically changes it to a positive value. I would prefer an error message. It is harder for students to learn when their mistakes or misunderstandings are automatically corrected for them.

The display uses P(z) whereas the other three distributions use alpha.

The default on this distribution is to compute P(z). For the other three distributions the default is to compute the test statistic. Better if the default is the same for all four distributions.

On the graph page, I enter a mean of 100 and an SD of 15 which produces a picture of an IQ distribution (very nice). But if I exit to the first page and then hit the graph button again, I get an error "An error occurred on sub main.areafill. Line number 746".

CHI-SQUARE DISTRIBUTION
A bug - I can't get the df box to get focus, so no input there is possible.

Again, I would prefer two radio buttons to the one checkbox for alpha.

No graphic (tails) image buttons, one has to push the +- button. After learning to push the buttons at the right on the Z page, one has to now figure out the correct button to push. Why not a graphical image button here, even if it is only one button? Yes, I know Chi-square distribution can vary a lot in shape, but even so a representative button would be more intuitive at this point (the button should also have a verbal description, such as mentioned above).

t DISTRIBUTION
Same comment on radio buttons and descriptions for image buttons.

A df > 1 not only does not generate an error message, it performs a calculation which the student (not understanding probability) might accept as correct. An error message should be generated.

Although I haven't done much in the way of checking results, I notice in passing that when calculating t for df=12 and alpha = .10, I get the correct result for the 2-tailed test, but the 1-tailed test returns 2.18 instead of the correct answer of 1.36.

F DISTRIBUTION
Again, an alpha > 1 does not generate a warning.
If a calculate an F for alpha = 0 and df = 2/22 I get a very large F. If I then correct alpha to a realistic value (say .10) and push the +- button an error is given "An error occurred on sub main.dchoice. Line number 466."

IN GENERAL
The exit door button directly below the standard windows "X" button is redundant. I found myself pushing it to see what it would do and, of course, had to restart the program.

Baloon tips would be a great learning aid.

It would be most useful for the program to detect when infinity is the correct answer, and to supply that answer.

Ideally, I would like the ability to graph all four distributions, not just the Z distribution. The t distribution in particular would be great because it is used just as the Z distribution is used, only for small samples. I know this is wishful thinking and I don't expect you to jump on it, but it sure would be nice . . .

I really hope I don't sound too nit-picky. I know you have put a lot of work into this program and I really appreciate it. Some of these changes I would make myself if I had the time (which I don't at the moment). My main priorities are (1) accuracy of results, (2) consistency in the user interface, (3) making the usage as intuitive as possible, and (4) giving student's a learning experience.
Reply With Quote
  #36 (permalink)  
Old 10-17-2009, 08:32 AM
Basic4ppc Veteran
 
Join Date: Apr 2007
Posts: 269
Default

Hi Dave,

Your suggestions are good of course. Unfortunately I don't have much time at hand at the moment but gradually I'll fix some of the issues you mentioned.
Is there a priorityorder in your list?
Marc
Reply With Quote
  #37 (permalink)  
Old 10-17-2009, 03:29 PM
klaus's Avatar
Basic4ppc Expert
 
Join Date: Oct 2007
Location: Fully, Switzerland
Posts: 4,463
Awards Showcase
Forum Contributer Beta Tester Competition Winner 
Total Awards: 3
Default

Hi Both,

I agree too with the suggestions.
If you want I could go further with the program during next week.

Best regards.
__________________
Klaus
Switzerland

Beginner's Guide / User's Guide
Reply With Quote
  #38 (permalink)  
Old 10-17-2009, 03:36 PM
Basic4ppc Veteran
 
Join Date: Apr 2007
Posts: 269
Default

Hi Klaus,

Please do. I have no time next time. I feel that the suggestions as mentioned by Dave are good. Especially because he is working with students (as I do). I have a version for my own use (like your adjusted version) and this one should be used as well on th epocket pc as on the desktop.
Dave, agreed?
Marc
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Application Name kawawong Questions (Windows Mobile) 8 05-18-2012 11:37 AM
Very quick treeview question yildi Questions (Windows Mobile) 3 02-28-2008 05:36 PM
? Just a quick question, ****.exe.config taximania Questions (Windows Mobile) 12 09-01-2007 07:15 PM
Splat Master V2 - How Quick Are You Now?? RandomCoder Share Your Creations 7 07-05-2007 11:37 AM
Quick question to avoid going down a long dead end route LineCutter Questions (Windows Mobile) 2 05-22-2007 07:29 AM


All times are GMT. The time now is 12:19 PM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0