পরিসংখ্যান সংক্রান্ত ফাংশনের চতুর্থ অংশ

[text/scalc/01/func_averageif.xhp#averageif_head not found].

Returns the arithmetic mean of all cells in a range that satisfy a given condition. The AVERAGEIF function sums up all the results that match the logical test and divides this sum by the quantity of selected values.

[text/scalc/01/func_averageifs.xhp#averageifs_head not found].

Returns the arithmetic mean of all cells in a range that satisfy given multiple criteria. The AVERAGEIFS function sums up all the results that match the logical tests and divides this sum by the quantity of selected values.

AVEDEV

গড় মান থেকে ডাটা পয়েন্টের পরম ব্যবধানের গড় প্রদান করে থাকে। একটি ডাটা সেটে ব্যাপ্তি প্রদর্শন করে থাকে।

Syntax

AVEDEV(Number 1 [; Number 2 [; … [; Number 255]]])

Number 1, Number 2, … , Number 255 are numbers, references to cells or to cell ranges of numbers.

note

This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.


Example

=AVEDEV(A1:A50)

AVERAGE

আর্গুমেন্টের গড় প্রদান করে।

Syntax

AVERAGE(Number 1 [; Number 2 [; … [; Number 255]]])

Number 1, Number 2, … , Number 255 are numbers, references to cells or to cell ranges of numbers.

note

This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.


Example

=AVERAGE(A1:A50)

AVERAGEA

আর্গুমেন্টের গড় প্রদান করে। টেক্সটের মান হলো ০।

Syntax

AVERAGEA(Number 1 [; Number 2 [; … [; Number 255]]])

Number 1, Number 2, … , Number 255 are numbers, references to cells or to cell ranges of numbers.

Example

=AVERAGEA(A1:A50)

MAX

একটি আর্গুমেন্টের তালিকার সর্বোচ্চ মান প্রদান করে।

যে ঘর পরিসরগুলো রেফারেন্স হিসেবে পাস করা হয়েছে তাতে কোন সংখ্যাসূচক মান বা ত্রুটি পাওয়া না গেলে এই ফাংশন ০ প্রদান করে। MIN() এবং MAX() ফাংশন, টেক্সট ঘরগুলো অগ্রাহ্য করে। MINA() এবং MAXA() ফাংশন যখন কোন মান (সংখ্যা বা টেক্সট) বা ত্রুটি না পায়, তখন ০ প্রদান করে। MIN() ও MAX() ফাংশনে কোন স্ট্রিং আরগুমেন্ট পাস করা হলেও ত্রুটি হয়, যেমন MIN("string")।

Syntax

MAX(Number 1 [; Number 2 [; … [; Number 255]]])

Number 1, Number 2, … , Number 255 are numbers, references to cells or to cell ranges of numbers.

note

This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.


Example

=MAX(A1;A2;A3;50;100;200) তালিকা হতে সর্বোচ্চ মান প্রদান করে।

=MAX(A1:B100) তালিকা হতে সর্বোচ্চ মান প্রদান করে।

MAXA

আর্গুমেন্ট তালিকার সর্বোচ্চ প্রদান করে। MAX এর বিপরীতে, আপনি এখানে টেক্সট সন্নিবেশ করাতে পারবেন। টেক্সটের মান হলো ০।

MINA() এবং MAXA() ফাংশন ০ প্রদান করে, যদি কোনো মান (সংখ্যাসূচক বা টেক্সট) এবং কোনো ত্রুটি পাওয়া না যায়।

Syntax

MAXA(Number 1 [; Number 2 [; … [; Number 255]]])

Number 1, Number 2, … , Number 255 are numbers, references to cells or to cell ranges of numbers.

Example

=MAXA(A1;A2;A3;50;100;200;"Text") তালিকা হতে সর্বোচ্চ মান প্রদান করে।

=MAXA(A1:B100) তালিকা হতে সর্বোচ্চ মান প্রদান করে।

MEDIAN

সংখ্যার একটি সেটের মধ্যমা প্রদান করে। মানের বিজোড় ক্রম ধারণকারী একটি সেটে, মধ্যমাটি সেটের কেন্দ্রে একটি সংখ্যা হবে এবং মানের জোড় ক্রম ধারণকারী একটি সেটে, এইটি সেটের কেন্দ্রে দুইটি মানের মধ্যমা হবে।

Syntax

MEDIAN(Number 1 [; Number 2 [; … [; Number 255]]])

Number 1, Number 2, … , Number 255 are numbers, references to cells or to cell ranges of numbers.

note

This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.


Example

একটি বিজোড় সংখ্যার জন্য: =MEDIAN(1;5;9;20;21) মধ্যমা মান হিসেবে ৯ প্রদান করে।

একটি জোড় সংখ্যার জন্য: =MEDIAN(1;5;9;20) মধ্যবর্তী দুইটি সংখ্যা ৫ এবং ৯ এর গড় মান প্রদান করে, ফলস্বরূপ ৭।

MIN

আর্গুমেন্টের তালিকার সর্বনিম্ন মান প্রদান করে।

যে ঘর পরিসরগুলো রেফারেন্স হিসেবে পাস করা হয়েছে তাতে কোন সংখ্যাসূচক মান বা ত্রুটি পাওয়া না গেলে এই ফাংশন ০ প্রদান করে। MIN() এবং MAX() ফাংশন, টেক্সট ঘরগুলো অগ্রাহ্য করে। MINA() এবং MAXA() ফাংশন যখন কোন মান (সংখ্যা বা টেক্সট) বা ত্রুটি না পায়, তখন ০ প্রদান করে। MIN() ও MAX() ফাংশনে কোন স্ট্রিং আরগুমেন্ট পাস করা হলেও ত্রুটি হয়, যেমন MIN("string")।

Syntax

MIN(Number 1 [; Number 2 [; … [; Number 255]]])

Number 1, Number 2, … , Number 255 are numbers, references to cells or to cell ranges of numbers.

note

This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.


Example

=MIN(A1:B100) তালিকার সর্বনিম্ন মান প্রদান করে।

MINA

আর্গুমেন্টের তালিকার সর্বনিম্ন মান প্রদান করে। আপনি এখানে টেক্সটও সন্নিবেশ করাতে পারেন। টেক্সটের মান হলো ০।

MINA() এবং MAXA() ফাংশন ০ প্রদান করে, যদি কোনো মান (সংখ্যাসূচক বা টেক্সট) এবং কোনো ত্রুটি পাওয়া না যায়।

Syntax

MINA(Number 1 [; Number 2 [; … [; Number 255]]])

Number 1, Number 2, … , Number 255 are numbers, references to cells or to cell ranges of numbers.

Example

=MINA(1;"Text";20) ০ প্রদান করে।

=MINA(A1:B100) তালিকার সর্বনিম্ন মান প্রদান করে।

MODE

ডাটা সেটের সবচেয়ে সাধারণ মান প্রদান করে থাকে। যদি একই গনসংখ্যা সহ বিভিন্ন মান থাকে, তাহলে এটি ক্ষুদ্রতম মান প্রদান করে থাকে। মান দুইবার পাওয়া না গেলে ত্রুটি সংঘটিত হয়।

note

This function is part of the Open Document Format for Office Applications (OpenDocument) standard Version 1.2. (ISO/IEC 26300:2-2015)


Syntax

MODE(Number 1 [; Number 2 [; … [; Number 255]]])

Number 1, Number 2, … , Number 255 are numbers, references to cells or to cell ranges of numbers.

note

This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.


Example

=MODE(A1:A50)

MODE.MULT

Returns a vertical array of the statistical modes (the most frequently occurring values) within a list of supplied numbers.

Syntax

MODE.MULT(Number 1 [; Number 2 [; … [; Number 255]]])

Number 1, Number 2, … , Number 255 are numbers, references to cells or to cell ranges of numbers.

warning

As the MODE.MULT function returns an array of values, it must be entered as an array formula. If the function is not entered as an array formula, only the first mode is returned, which is the same as using the MODE.SNGL function.


Example

=MODE(A1:A50)

Technical information

tip

This function is available since LibreOffice 4.3.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.MODE.MULT

MODE.SNGL

ডাটা সেটের সবচেয়ে সাধারণ মান প্রদান করে থাকে। যদি একই গনসংখ্যা সহ বিভিন্ন মান থাকে, তাহলে এটি ক্ষুদ্রতম মান প্রদান করে থাকে। মান দুইবার পাওয়া না গেলে ত্রুটি সংঘটিত হয়।

Syntax

MODE.SNGL(Number 1 [; Number 2 [; … [; Number 255]]])

Number 1, Number 2, … , Number 255 are numbers, references to cells or to cell ranges of numbers.

warning

If the data set contains no duplicate data points, MODE.SNGL returns the #VALUE! error value.


Example

=MODE(A1:A50)

Technical information

tip

This function is available since LibreOffice 4.3.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.MODE.SNGL

NEGBINOMDIST

ঋনাত্মক দ্বিপদী বিন্যাস প্রদান করে।

Syntax

NEGBINOMDIST(X; R; SP)

X ব্যর্থ পরীক্ষার জন্য প্রদানকৃত মানকে উল্লেখ করে।

R সফল পরীক্ষার জন্য প্রদানকৃত মানকে উল্লেখ করে।

SP হলো একটি প্রচেষ্টা সফল হওয়ার সম্ভাব্যতা।

Example

=NEGBINOMDIST(1;1;0.5) ০.২৫ প্রদান করে।

NEGBINOMDIST

ঋনাত্মক দ্বিপদী বিন্যাস প্রদান করে।

Syntax

NEGBINOM.DIST(X; R; SP; Cumulative)

X ব্যর্থ পরীক্ষার জন্য প্রদানকৃত মানকে উল্লেখ করে।

R সফল পরীক্ষার জন্য প্রদানকৃত মানকে উল্লেখ করে।

SP হলো একটি প্রচেষ্টা সফল হওয়ার সম্ভাব্যতা।

ক্রমযোজিত (ঐচ্ছিক) = 0 হলে ঘনত্ব ফাংশন গণনা করা হয়, ক্রমযোজিত = 1 হলে নিবেশন মান গণনা করা হয়।

Example

=NEGBINOMDIST(1;1;0.5) ০.২৫ প্রদান করে।

=NEGBINOMDIST(1;1;0.5) ০.২৫ প্রদান করে।

Technical information

tip

This function is available since LibreOffice 4.3.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.NEGBINOM.DIST

NORMDIST

ঘনত্ব ফাংশন অথবা স্বাভাবিক ক্রমযোজিত নিবেশন প্রদান করে থাকে।

Syntax

NORMDIST(Number; Mean; StDev [; C])

Number হলো নিবেশনের মান, যার উপর ভিত্তি করে পরিমিত বিন্যাস গণনা করা হবে।

Mean হলো নিবেশনের গড় মান।

StDev হলো নিবেশনের পরিমিত ব্যবধান।

C ঐচ্ছিক। C = 0 হলে ঘনত্ব ফাংশন গণনা করা হয়, C = 1 হলে নিবেশনের মান গণনা করা হয়।

Example

=NORMDIST(70;63;5;0) ০.০৩ প্রদান করে।

=NORMDIST(70;63;5;1) ০.৯২ প্রদান করে।

NORMDIST

ঘনত্ব ফাংশন অথবা স্বাভাবিক ক্রমযোজিত নিবেশন প্রদান করে থাকে।

Syntax

NORMDIST(Number; Mean; StDev; C)

Number হলো নিবেশনের মান, যার উপর ভিত্তি করে পরিমিত বিন্যাস গণনা করা হবে।

Mean হলো নিবেশনের গড় মান।

StDev হলো নিবেশনের পরিমিত ব্যবধান।

C ঐচ্ছিক। C = 0 হলে ঘনত্ব ফাংশন গণনা করা হয়, C = 1 হলে নিবেশনের মান গণনা করা হয়।

Example

=NORMDIST(70;63;5;0) ০.০৩ প্রদান করে।

=NORMDIST(70;63;5;1) ০.৯২ প্রদান করে।

Technical information

tip

This function is available since LibreOffice 4.3.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.NORM.DIST

NORMINV

বিপরীত স্বাভাবিক ক্রমযোজিত নিবেশন প্রদান করে।

Syntax

NORMINV(Number; Mean; StDev)

Number সম্ভাব্যতার মান উল্লেখ করে, যা বিপরীত পরিমিত বিন্যাস নির্ধারণ করতে ব্যবহৃত হয়।

Mean পরিমিত বিন্যাসের গড় মান উল্লেখ করে।

StDev পরিমিত বিন্যাসের পরিমিত ব্যবধানকে উল্লেখ করে।

Example

=NORMINV(0.9;63;5) ৬৯.৪১ প্রদান করে। যদি ৫ এর পরিমিত ব্যবধান সহ ডিমের গড় ওজন ৬৩ গ্রাম হয়, তাহলে ডিমের ওজন ৬৯.৪১ গ্রাম অপেক্ষা ভারি না হওয়ার সম্ভাব্যতা ৯০%।

NORMINV

বিপরীত স্বাভাবিক ক্রমযোজিত নিবেশন প্রদান করে।

Syntax

NORMINV(Number; Mean; StDev)

Number সম্ভাব্যতার মান উল্লেখ করে, যা বিপরীত পরিমিত বিন্যাস নির্ধারণ করতে ব্যবহৃত হয়।

Mean পরিমিত বিন্যাসের গড় মান উল্লেখ করে।

StDev পরিমিত বিন্যাসের পরিমিত ব্যবধানকে উল্লেখ করে।

Example

=NORMINV(0.9;63;5) ৬৯.৪১ প্রদান করে। যদি ৫ এর পরিমিত ব্যবধান সহ ডিমের গড় ওজন ৬৩ গ্রাম হয়, তাহলে ডিমের ওজন ৬৯.৪১ গ্রাম অপেক্ষা ভারি না হওয়ার সম্ভাব্যতা ৯০%।

Technical information

tip

This function is available since LibreOffice 4.3.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.NORM.INV

PEARSON

Pearson উৎপাদক মোমেন্ট সংশ্লষন সহগ r প্রদান করে থাকে।

Syntax

PEARSON(Data1; Data2)

Data1 প্রথম ডাটা সেটের অ্যারে উল্লেখ করে।

Data২ দ্বিতীয় ডাটা সেটের অ্যারে উল্লেখ করে।

Example

=PEARSON(A1:A30;B1:B30) উভয় ডাটা সেটের পিয়ারসন সংশ্লেষন সহগ প্রদান করে।

PERCENTILE

একটি বিন্যাসে ডাটা মানের আলফা - পারসেন্টাইল প্রদান করে। একটি পারসেন্টাইল একটি ডাটা ক্রমের জন্য স্কেল মান প্রদান করে যা ডাটা ক্রমের সবচেয়ে ছোট (আলফা=০) হতে সবচেয়ে বড় (আলফা=১) এ গমন করে। আলফা = ২৫% এর জন্য , পারসেন্টাইলটি প্রথম চতুর্থাংশকে বুঝায়; আলফা = ৫০% হলো MEDIAN।

Syntax

PERCENTILE(Data; Alpha)

Data ডাটার অ্যারে উল্লেখ করে।

আলফা ০ এবং ১ এর মধ্যে মাপের শতকরা মান নির্দেশ করে থাকে।

note

This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.


Example

=PERCENTILE(A1:A50;0.1) ডাটা সেটের মান উল্লেখ করে, যা A1:A50 এর মোট ডাটা স্কেলের ১০% এর সমান।

PERCENTILE.EXC

Returns the Alpha'th percentile of a supplied range of values for a given value of Alpha, within the range 0 to 1 (exclusive). A percentile returns the scale value for a data series which goes from the smallest (Alpha=0) to the largest value (Alpha=1) of a data series. For Alpha = 25%, the percentile means the first quartile; Alpha = 50% is the MEDIAN.

warning

If Alpha is not a multiple of 1/(n+1), (where n is the number of values in the supplied array), the function interpolates between the values in the supplied array, to calculate the percentile value. However, if Alpha is less than 1/(n+1) or Alpha is greater than n/(n+1), the function is unable to interpolate, and so returns an error.


note

The difference between PERCENTILE.INC and PERCENTILE.EXC is that, in the PERCENTILE.INC function the value of alpha is within the range 0 to 1 inclusive, and in the PERCENTILE.EXC function, the value of alpha is within the range 0 to 1 exclusive.


Syntax

PERCENTILE(Data; Alpha)

Data ডাটার অ্যারে উল্লেখ করে।

আলফা ০ এবং ১ এর মধ্যে মাপের শতকরা মান নির্দেশ করে থাকে।

Example

=PERCENTILE(A1:A50;0.1) ডাটা সেটের মান উল্লেখ করে, যা A1:A50 এর মোট ডাটা স্কেলের ১০% এর সমান।

Technical information

tip

This function is available since LibreOffice 4.3.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.PERCENTILE.EXC

PERCENTILE.INC

একটি বিন্যাসে ডাটা মানের আলফা - পারসেন্টাইল প্রদান করে। একটি পারসেন্টাইল একটি ডাটা ক্রমের জন্য স্কেল মান প্রদান করে যা ডাটা ক্রমের সবচেয়ে ছোট (আলফা=০) হতে সবচেয়ে বড় (আলফা=১) এ গমন করে। আলফা = ২৫% এর জন্য , পারসেন্টাইলটি প্রথম চতুর্থাংশকে বুঝায়; আলফা = ৫০% হলো MEDIAN।

note

The difference between PERCENTILE.INC and PERCENTILE.EXC is that, in the PERCENTILE.INC function the value of alpha is within the range 0 to 1 inclusive, and in the PERCENTILE.EXC function, the value of alpha is within the range 0 to 1 exclusive.


Syntax

PERCENTILE(Data; Alpha)

Data ডাটার অ্যারে উল্লেখ করে।

আলফা ০ এবং ১ এর মধ্যে মাপের শতকরা মান নির্দেশ করে থাকে।

Example

=PERCENTILE(A1:A50;0.1) ডাটা সেটের মান উল্লেখ করে, যা A1:A50 এর মোট ডাটা স্কেলের ১০% এর সমান।

Technical information

tip

This function is available since LibreOffice 4.3.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.PERCENTILE.INC

PERCENTRANK

নমুনায় একটি মানের শতকরা র‍্যাঙ্ক প্রদান করে।

Syntax

PERCENTRANK(Data; Value [; Significance])

Data নমুনায় ডাটা অ্যারে উল্লেখ করে।

মান একটি মান নির্দেশ করে যার শতকরা র‍্যাঙ্ক অবশ্যই নির্ধারিত হতে হবে।

Significance An optional argument that specifies the number of significant digits that the returned percentage value is rounded to. If omitted, a value of 3 is used.

note

This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.


Example

=PERCENTRANK(A1:A50;50) returns the percentage rank of the value 50 from the total range of all values found in A1:A50. If 50 falls outside the total range, an error message will appear.

PERCENTRANK.EXC

Returns the relative position, between 0 and 1 (exclusive), of a specified value within a supplied array.

note

The difference between PERCENTRANK.INC and PERCENTRANK.EXC is that PERCENTRANK.INC calculates a value in the range 0 to 1 inclusive, whereas the PERCENTRANK.EXC function calculates a value in the range 0 to 1 exclusive.


Syntax

PERCENTRANK.EXC(Data; Value [; Significance])

Data নমুনায় ডাটা অ্যারে উল্লেখ করে।

মান একটি মান নির্দেশ করে যার শতকরা র‍্যাঙ্ক অবশ্যই নির্ধারিত হতে হবে।

Significance An optional argument that specifies the number of significant digits that the returned percentage value is rounded to.

Example

=PERCENTRANK(A1:A50;50) returns the percentage rank of the value 50 from the total range of all values found in A1:A50. If 50 falls outside the total range, an error message will appear.

Technical information

tip

This function is available since LibreOffice 4.3.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.PERCENTRANK.EXC

PERCENTRANK.INC

Returns the relative position, between 0 and 1 (inclusive), of a specified value within a supplied array.

note

The difference between PERCENTRANK.INC and PERCENTRANK.EXC is that PERCENTRANK.INC calculates a value in the range 0 to 1 inclusive, whereas the PERCENTRANK.EXC function calculates a value in the range 0 to 1 exclusive.


Syntax

PERCENTRANK.INC(Data; Value [; Significance])

Data নমুনায় ডাটা অ্যারে উল্লেখ করে।

মান একটি মান নির্দেশ করে যার শতকরা র‍্যাঙ্ক অবশ্যই নির্ধারিত হতে হবে।

Significance An optional argument that specifies the number of significant digits that the returned percentage value is rounded to.

Example

=PERCENTRANK(A1:A50;50) returns the percentage rank of the value 50 from the total range of all values found in A1:A50. If 50 falls outside the total range, an error message will appear.

Technical information

tip

This function is available since LibreOffice 4.3.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.PERCENTRANK.INC

PHI

Returns the value of the probability density function for a given value considering the standard normal distribution.

Syntax

PHI(Number)

Number is the value for which the probability density function is calculated.

Example

=PHI(2.25) returns 0.0317.

=PHI(-2.25) also returns 0.0317 because the normal distribution is symmetrical.

=PHI(0) returns 0.3989.

tip

Calling PHI(Number) is equivalent to calling NORMDIST(Number,0,1,FALSE()) or NORM.S.DIST(Number;FALSE()), hence using the standard normal distribution with mean equal to 0 and standard deviation equal to 1 with the Cumulative argument set to False.


POISSON

পয়সন বিন্যাস প্রদান করে।

Syntax

POISSON(Number; Mean [; C])

Number এমন মান উল্লেখ করে, যার উপর ভিত্তি করে পয়সন বিন্যাস গণনা করা হয়।

Mean পয়সন বিন্যাসের মধ্যবর্তী মান উল্লেখ করে।

C (ঐচ্ছিক) = 0 অথবা False হলে ঘনত্ব ফাংশন গণনা করা হয়; C = 1 অথবা True হলে নিবেশন গণনা করা হয়। উপেক্ষা করা হলে, অন্যান্য প্রোগ্রামের এবং LibreOffice এর পুরনো সংস্করণের সাথে সর্বাপেক্ষা সমন্বয়তার জন্য ডিফল্ট মান True নথিটি সংরক্ষণ করার সময় সন্নিবেশ করানো হয়।

Example

=POISSON(60;50;1) ০.৯৩ প্রদান করে।

POISSON.DIST

পয়সন বিন্যাস প্রদান করে।

Syntax

POISSON.DIST(Number; Mean ; Cumulative)

Number এমন মান উল্লেখ করে, যার উপর ভিত্তি করে পয়সন বিন্যাস গণনা করা হয়।

Mean পয়সন বিন্যাসের মধ্যবর্তী মান উল্লেখ করে।

Cumulative = 0 or False to calculate the probability mass function; Cumulative = 1, True, or any other non-zero value to calculate the cumulative distribution function.

Example

=POISSON(60;50;1) ০.৯৩ প্রদান করে।

Technical information

tip

This function is available since LibreOffice 4.2.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.POISSON.DIST

QUARTILE

একটি ডাটা সেটের এক-চতুর্থাংশ প্রদান করে।

Syntax

QUARTILE(Data; Type)

Data নমুনায় ডাটা অ্যারে উল্লেখ করে।

Type এক-চতুর্থাংশের ধরন উল্লেখ করে। (0 = MIN, 1 = 25%, 2 = 50% (MEDIAN), 3 = 75% and 4 = MAX.)

note

This function ignores any text or empty cell within a data range. If you suspect wrong results from this function, look for text in the data ranges. To highlight text contents in a data range, use the value highlighting feature.


Example

=QUARTILE(A1:A50;2)মান প্রদান করে যার স্কেলের ৫০% A1:A50 পরিসরে নিম্নতর হতে উচ্চতর মানের সাথে সঙ্গতিপূর্ণ হয়।

QUARTILE.EXC

Returns a requested quartile of a supplied range of values, based on a percentile range of 0 to 1 exclusive.

note

The difference between QUARTILE.INC and QUARTILE.EXC is that the QUARTILE.INC function bases its calculation on a percentile range of 0 to 1 inclusive, whereas the QUARTILE.EXC function bases its calculation on a percentile range of 0 to 1 exclusive.


Syntax

QUARTILE(Data; Type)

Data represents the range of data values for which you want to calculate the specified quartile.

Type An integer between 1 and 3, representing the required quartile. (if type = 1 or 3, the supplied array must contain more than 2 values)

Example

=QUARTILE(A1:A50;2)মান প্রদান করে যার স্কেলের ৫০% A1:A50 পরিসরে নিম্নতর হতে উচ্চতর মানের সাথে সঙ্গতিপূর্ণ হয়।

Technical information

tip

This function is available since LibreOffice 4.3.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.QUARTILE.EXC

QUARTILE.INC

একটি ডাটা সেটের এক-চতুর্থাংশ প্রদান করে।

note

The difference between QUARTILE.INC and QUARTILE.EXC is that the QUARTILE.INC function bases its calculation on a percentile range of 0 to 1 inclusive, whereas the QUARTILE.EXC function bases its calculation on a percentile range of 0 to 1 exclusive.


Syntax

QUARTILE(Data; Type)

Data নমুনায় ডাটা অ্যারে উল্লেখ করে।

Type এক-চতুর্থাংশের ধরন উল্লেখ করে। (0 = MIN, 1 = 25%, 2 = 50% (MEDIAN), 3 = 75% and 4 = MAX.)

Example

=QUARTILE(A1:A50;2)মান প্রদান করে যার স্কেলের ৫০% A1:A50 পরিসরে নিম্নতর হতে উচ্চতর মানের সাথে সঙ্গতিপূর্ণ হয়।

Technical information

tip

This function is available since LibreOffice 4.3.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.QUARTILE.INC

Please support us!