MLE for weighted AND censored samples

From: Carsten Steinhoff (carsten.steinhoff_at_stud.uni-goettingen.de)
Date: 03/22/05


Date: Tue, 22 Mar 2005 23:27:58 +0100

Hi,

I have to fit a distribution to a truncated Dataset. I just want to
verify with this mail that Im on the right way. If not I hope to get
many constructive reply!

The data I get is truncated from below. That means, all observed values
under a known threshold are not recorded in the Database.
These data won't have all the same weight. For example the Value X1000
shall be considered only half times compared with the other database
values.So far so good.

What I do now is transforming the density-function that I put into my
MLE algorithm (I use the R-Function "fitdistr" to do that)

For the truncation I take:

        density(x,parameters)/1-CDF(threshold,parameters)

For the weighting I introduce an exponent to this function like:

        (density(x,parameters)/1-CDF(threshold,parameters))^a

Where a will be a variable for the weighting of each observation. So I
get something like a * f(...,parameters) for the log-likeliehood
computation.

My questions:

(1) Is this proceeding right?

(2) Has there be a change in the weighting algorithm if I had an
ADDITIONALY truncation from above? Apart from replacing the denominator
by: CDF(upper_thresholc,parameters)-CDF(lower_threshold,parameters)

Thanks a lot for your help!



Relevant Pages

  • Re: Confused about log size after running Backup/Maintenance
    ... Transaction Log file (the *.ldf) would not be truncated by itself. ... To truncate the passive virtual logs in your Transaction Log file, you should back it up using Transaction Log Backup. ... As much as you perform operations against your database, this file will grow that much. ... And you may want to take a look at Tibor's article about this Truncation and Shirinkage. ...
    (microsoft.public.sqlserver.setup)
  • Re: text box truncating on access group header
    ... Can you extract some examples of the data to a table in the database file, ... query, which will not truncate a memo field. ... and that is the use of the RAW2STR function. ... based on your initial post about truncation not occurring ...
    (microsoft.public.access.reports)
  • Re: newbie question :Truncate Table side effect
    ... > database, the behaviour I noticed is the LDF file is still 101MB, while the ... > the transaction logs are not being written? ... It just means that the LDF file were large enough to hold the log records produced by your ... > truncation did not have any problem. ...
    (microsoft.public.sqlserver.server)
  • Re: Is there a character limit on bound controls?
    ... doesn't mean they all went into the database. ... just fine - I've put more than 1,000 characters in without incident. ... However, on the page that needs to display the text, the text is ... The truncation happens regardless of whether there ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Database backup question
    ... ONLY a log backup truncates the log... ... Also log truncation does NOT mean that the physical file gets any ... I support the Professional Association of SQL Server and it's community of SQL Server professionals. ... > Will the Logfile of a database be truncated when I just run a "BACKUP> Database xx to xx" statement? ...
    (microsoft.public.sqlserver.server)