QuickTopic (SM) free message boards QuickTopic (SM) free message boards
Skip to Messages
  Sign In to access your topic list  |New Topic |My Topics|Profile
Upgrade to Pro   Customize, show pictures, add an intro, and more:   QuickTopic Pro...and check out QuickThreadSM
Topic: CSE 291 Assignment 1
Views: 524, Unique: 258 
Subscribers: 6
What's
this?
Printer-Friendly Page
Subscribe to get & post, or stop messages by email Subscribe
All messages            14-29 of 29  1-13 >>
About these ads
Who | When
Messagessort recent-bottom   
Post a new message
 
Charles ElkanPerson was signed in when posted  29
10-25-2002 08:49 PM ET (US)
I have published some general feedback on the first assignment here: http://www-cse.ucsd.edu/users/elkan/291/feedback1.html
Charles ElkanPerson was signed in when posted  28
10-17-2002 06:53 PM ET (US)
Assignment 2 is now available at http://www-cse.ucsd.edu/users/elkan/291/assignment2.html.

I've made it shorter, but there are two optional extra-credit problems.
Charles Elkan  27
10-17-2002 01:28 AM ET (US)
Methodology is important, but so is conciseness. You should describe how graphs are generated mathematically, but don't give the
implementation details. This doesn't mean that you can be careless with the implementation; indeed you have to be even more careful because there is no way for the reader to help you by catching implementation errors.

Charles


QT - Eric Wiewiora wrote:
>
>
< replied-to message removed by QT >
Charles Elkan  26
10-16-2002 04:50 PM ET (US)
Today before midnight will be ok. Charles




On Wed, 16 Oct 2002, QT - Cristian Estan wrote:

>
< replied-to message removed by QT >
Cristian Estan  25
10-16-2002 03:37 PM ET (US)
What is de deadline for no penalty homework submission, today in class or today by the end of the day?
Eric Wiewiora  24
10-16-2002 02:34 PM ET (US)
On a lighter note,

How important is methodology to the experimental part of the assignment. I think we've all seen examples of how wrong things can go when we estimate pdfs from data. Should we explicitly explain how we've created our pdf graphs, or can the details be brushed under the carpet?
sandwichmaker  23
10-16-2002 11:14 AM ET (US)
Alex,
The problem definition says that t_1 is sufficient for \theta_1 when \theta_2 is known. Once theta_2 is known, it is a constant like any other and can be used as part of a statistic. Once theta_2 is known the distribution reduces to a single parameter distribution depending only on theta_1. As long as I define my statistic after the distribution is given to me, all is well (or so I think). If I were to define the statistic without the knowledge of \theta2, that is when the problem starts.
Alex Simma  22
10-16-2002 06:44 AM ET (US)
Sameer, I think there is a problem in your statement as far as the computation of t_1 goes. t_1(x) is clearly a function of the sample and only the sample, whereas you include mu as a parameter. I believe the problem definition states that t1 is sufficient for theta1 given theta2, ie P_theta1(t_1(x), theta2) = P_theta2(x, theta2). So theta2 may not be used in computing t_1(x), just for establishing its sufficiency.
Sameer Agarwal  21
10-14-2002 09:59 PM ET (US)
Edited by author 10-14-2002 09:59 PM
hi,
I am at my wit's end about 2.6 and now I think I have found a counterexample. I would appreciate if someone could pointout where I am wrong.

consider the normal N(\mu,\sigma^2)

when \mu is known a sufficent statistic for \sigma is
t_1 = \sum_i (x_i -\mu)^2

and when \sigma is known, a sufficent statistic for \mu is

t_2 = \sum_i x_i

the pair (t_1,t_2), depends on \mu and I see no way of eliminating it, once we are given expressions for t_1, and t_2, since the problem does not place any restrictions on the form of the sufficent statistics, (t_1,t_2) should now be a sufficent statistic for (\sigma^2,\mu), which is not true.

what am I missing ?
Charles Elkan  20
10-14-2002 01:35 PM ET (US)
> 1. Can we have tables instead of figures for the matlab results?

Yes, but in a paper figures are usually more impressive and easier for a reader to grasp quickly.

In many, many papers, a little arithmetic on the numbers in tables shows that they are inconsistent and there is some mistake somewhere. Don't let this be the case with your figures!


> 2. Do we need to do matlab validation for all problems? For
> example I cannot imagine a feasible way to validate problems 1.3
> and 2.6.

To check your result for 1.3, generate many vectors (x1 ... xn). Select those that have SUM xi within some narrow range. Now plot the
distribution of x1 from the selected vectors. Alternatively, plot the mean and variance of x1 as a function of SUM xi.

For 2.6, I agree, I can't think of a numerical validation immediately.

> 3. Do we have to do goodness of fit validation for e.g. problem
> 1.1 (that would validate how well the numerical results match
> the solution)?

No, intuitively plausible validations are sufficient. You don't need to do a whole second level of statistics, to check goodness of fit.

In general, people get too stuck on cookbook recipes for significance testing. This is important, but it is even more important to gain real insight and to focus on results that have practical significance, which usually means results that are far stronger than merely statistically significant. Also, significance testing is always based on assumptions that are usually not precisely true. So p-values, confidence intervals etc. are usually not numerically correct.
Cristian Estan  19
10-14-2002 01:20 PM ET (US)
1. Can we have tables instead of figures for the matlab results?

2. Do we need to do matlab validation for all problems? For example I cannot imagine a feasible way to validate problems 1.3 and 2.6.

3. Do we have to do goodness of fit validation for e.g. problem 1.1 (that would validate how well the numerical results match the solution)?
Neil Jones  18
10-14-2002 12:31 PM ET (US)
(a,b)==(c,d) <==> a==c && b==d.

Keeping this in mind, try constructing a function whose equivalence class defines a partition that will work for the problem.
Degui Zhi  17
10-14-2002 10:15 AM ET (US)
I did 2.6 use the factorization theorem. Since it gives a sufficient and necessary condition, it at least has no harm using it.
Kristin BransonPerson was signed in when posted  16
10-13-2002 06:18 PM ET (US)
Does anyone have any hints on how to start on 2.6? I can't figure out a way to combine what t1 tells us about theta1 with what t2 tells us about theta2. Is the factorization theorem helpful for this? I thought maybe I could do something with Taylor expansions or something, if I were to use the factorization theorem. Any suggestions?

Thanks!
Charles Elkan  15
10-13-2002 03:46 PM ET (US)
You have a lot of latitude to assume standard results. But do state them precisely and cite a source. I want you to approach these assignments as if each question was a piece of a research paper. Write it up well, cite your sources, contribute something clear and definite (i.e. the result you are asked to show) but don't reinvent the wheel and don't get stuck on any single small issue.

The Matlab numerical examples are important. So far, they are the computational, modern component of this class. The lesson to learn is how to use computation to advance understanding, to confirm symbolic results and to provide new insights that can be the springboard for further mathematical thinking.

For each problem, what you should put in the writeup is one or two small figures, and a short explanation that makes clear how the figure was generated (at the mathematical level, not the implementation aspects) and what conclusions can be drawn from the results shown in the figure. Again, the style should be similar to what you might write in the "results" section of a research paper.
sameer agarwal  14
10-13-2002 03:19 AM ET (US)
I am not sure about just how much latitude we have in terms of assuming what is well known and how much detail is required in the proofs. If we are allowed to use a result like the uniqueness of the moment generating function, that makes some of the questions trivially easy.

In my case while proving that the sample variance of a normal distribution is chisquared, I need two results one which states, that the square of a standard normal is chisquared with one degree of freedom and the other about the sum of two chi squared variables.

Do I assume them as standard results or prove them as lemmas ?
RSS link What's this?
All messages            14-29 of 29  1-13 >>
QuickTopicSM message boards
Over 200,000 topics served
Learn more Frequently asked questions  Acknowledgements
What they're saying about QuickTopic
 Questions, comments, or suggestions? Contact Us
Read our use policy before beginning. We value your privacy; please read our privacy statement.
Copyright ©1999-2006 Internicity Inc. All rights reserved.