answersLogoWhite

0


Best Answer

This is actual question

SUPPOSE X1 X2 X3, Xn form a random sample from a population with density function f(x,y) = 1/y where 0<x<y,y>0 where y is unknown parameter .let T=max(X1,X2,....Xn) show that Y (estimate) ... Y=(1+1/n) is unbiased estimator of Y?

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Suppose x1 x2 x3 xn form a random sample from a population with density function fxy 1y where 0xyy0 where y is unknown parameter let tmaxx1x2xn show that y estimate y1 plus 1n?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is parameter is parameter is?

formal parameter is we accept in function body/defination actual parameter is we pass from calling function to function body. Ex : int a,b; void add (a,b) ; where a &amp; b is actual parameter // calling function void add(int i,int j) where i &amp; j are formal parameter // function body { } By Darshan Paliwal


Does a function always require a parameter?

No. For example, function getpid never requires a parameter.


Can you have in-out parameter in a function if not then why?

because function have return sts thatway it is not necessary out parameter to function


What is the function of the replace parameter in Oracle?

The function of the replace parameter in Oracle is to replace a sequence of characters in a string with other characters, usually in sets of characters.


What is an actual parameter?

A formal perimeter refers to an identifier that is used in a method to stand for the value that is passed into the method by a caller. An actual perimeter on the other hand refers to the actual value that is passed into the method by a caller.


What is call by refrence?

When calling a function, passing a variable's address as function parameter.


What does the cons function do in clojure?

Returns a new sequence where the first parameter is the first element and the second parameter is the rest.


What is Call by value?

when the function is call by value,u are making any changes in formal parameter does not reflect the actuasl parameter.


How do I use the IF function?

The IF function takes three parameters. The first is an expression, such as an inequality, that will evaluate to either true or false. If the expression is true the second parameter is used, otherwise the third parameter is used.


Why void is used in c language?

void as function return-type means no return value void as function parameter means no parameter void * as pointer type means generic pointer


What are the disavdvantges of PHP?

Its function naming and parameter order/return values are inconsistent


How do you pass the parameter in applet?

If you have the function main()... You can use its arguments to pass information.