JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for BUGS Archives


BUGS Archives

BUGS Archives


BUGS@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Monospaced Font

LISTSERV Archives

LISTSERV Archives

BUGS Home

BUGS Home

BUGS  September 2011

BUGS September 2011

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Wishart degrees of freedom

From:

Etienne LE BIHAN <[log in to unmask]>

Reply-To:

Etienne LE BIHAN <[log in to unmask]>

Date:

Thu, 22 Sep 2011 10:58:05 +0000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (78 lines)

Dear Bugs users,

I am fitting a model with many observations. To avoid some computational problems, I fit the model on the first 500 observations with vague priors, then I fit the 500 next observations using the posteriors from the first adjustment as priors for the second one, and so on. The problem is that my model contains a multivariate normal distribution, for which I use a Wishart distribution as prior distribution for the variance-covariance matrix.

So I have to estimate the degrees of freedom from estimates for specifying the wishart prior distribution in the next adjustment.

I have a practical solution for that :

Note Vhat_i the estimate of the variance covariance matrix at adjustment i, for example :
       [,1] [,2] [,3] [,4]
[1,] 0.4362 0.3054 0.2037 0.1481
[2,] 0.3054 0.6048 0.2859 0.3447
[3,] 0.2037 0.2859 0.4172 0.2531
[4,] 0.1481 0.3447 0.2531 0.6900

I simulate some variance covariance matrix from wishart distributions with different df (n):

model {
P1[1:4,1:4] ~ dwish(X1[1:4,1:4], n[1])
P2[1:4,1:4] ~ dwish(X2[1:4,1:4], n[2])
P3[1:4,1:4] ~ dwish(X3[1:4,1:4], n[3])
P4[1:4,1:4] ~ dwish(X4[1:4,1:4], n[4])

Xest1[1:4,1:4]<-inverse(P1[1:4,1:4])
Xest2[1:4,1:4]<-inverse(P2[1:4,1:4])
Xest3[1:4,1:4]<-inverse(P3[1:4,1:4])
Xest4[1:4,1:4]<-inverse(P4[1:4,1:4])
}

data (X_j = n_j * Vhat_i) :
list(X1= structure(.Data= c(43.62, 30.54, 20.37, 14.81, 30.54, 60.48, 28.59, 34.47, 20.37, 28.59, 41.72, 25.31, 14.81, 34.47, 25.31, 69), .Dim=c(4, 4)),
X2= structure(.Data= c(87.24, 61.08, 40.74, 29.62, 61.08, 120.96, 57.18, 68.94, 40.74, 57.18, 83.44, 50.62, 29.62, 68.94, 50.62, 138), .Dim=c(4, 4)),
X3= structure(.Data= c(130.86, 91.62, 61.11, 44.43, 91.62, 181.44, 85.77, 103.41, 61.11, 85.77, 125.16, 75.93, 44.43, 103.41, 75.93, 207), .Dim=c(4, 4)),
X4= structure(.Data= c(174.48, 122.16, 81.48, 59.24, 122.16, 241.92, 114.36, 137.88, 81.48, 114.36, 166.88, 101.24, 59.24, 137.88, 101.24, 276), .Dim=c(4, 4)),
n=c(100, 200, 300, 400))

Then I fit a linear regression of the n_j on the posterior precision of each element of the Xest_j (j=1,..,4).
Finally I am using the regression parameters to predict n from the precision of the estimates of the actual Vhat_i.

The procedure works fine, I have written a R function to do this, so if you are interested in you can email me (I have found some messages on that subject in the list but no answer).

From the first fit, I get the following results:

   i j mean sd var prec intercept slope n
1 1 1 0.4362 0.07505 Vhat[1,1] 177.54098 18.657363 0.3793318 86
2 1 2 0.3054 0.05031 Vhat[1,2] 395.08575 25.971650 0.3523914 165
3 1 3 0.2037 0.03925 Vhat[1,3] 649.11355 8.838502 0.2244511 155
4 1 4 0.1481 0.04344 Vhat[1,4] 529.93227 17.135482 0.3207961 187
5 2 2 0.6048 0.10250 Vhat[2,2] 95.18144 24.107450 0.7260863 93
6 2 3 0.2859 0.04988 Vhat[2,3] 401.92693 14.076226 0.3342414 148
7 2 4 0.3447 0.06759 Vhat[2,4] 218.89463 11.448776 0.5384537 129
8 3 3 0.4172 0.07354 Vhat[3,3] 184.90674 14.683878 0.3491776 79
9 3 4 0.2531 0.05085 Vhat[3,4] 386.73910 19.092368 0.3511461 155
10 4 4 0.6900 0.12100 Vhat[4,4] 68.30135 17.196565 0.9527488 82

(n = round ( intercept + slope * prec ))

As you can see, n varies according to the element of Vhat_1 considered. In particular, n is quite lower for the variance elements.

I have choose to take the minimum n as degree of freedom for the next fit, but this is not very satisfactory because some other elements have a much bigger precision.

I would be interested in your comments and any idea on how I can circumvent this problem.

Thanks in advance,

Regards,

Etienne

-------------------------------------------------------------------
This list is for discussion of modelling issues and the BUGS software.
For help with crashes and error messages, first mail [log in to unmask]
To mail the BUGS list, mail to [log in to unmask]
Before mailing, please check the archive at www.jiscmail.ac.uk/lists/bugs.html
Please do not mail attachments to the list.
To leave the BUGS list, send LEAVE BUGS to [log in to unmask]
If this fails, mail [log in to unmask], NOT the whole list

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

March 2024
January 2024
December 2023
August 2023
March 2023
December 2022
November 2022
August 2022
May 2022
March 2022
February 2022
December 2021
November 2021
October 2021
September 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
2006
2005
2004
2003
2002
2001
2000
1999
1998


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager