Browsing Brazilian Portuguese translation

565 of 646 results
565.
@FUNCTION=SSMEDIAN
@SYNTAX=SSMEDIAN(array[,interval)]
@DESCRIPTION=The SSMEDIAN function returns the median for grouped data as commonly determined in the social sciences. The data points given in @array are assumed to be the result of grouping data into intervals of length @interval

* If @interval is not given, SSMEDIAN uses 1.
* If @array is empty, SSMEDIAN returns #NUM! error.
* If @interval <= 0, SSMEDIAN returns #NUM! error.
* SSMEDIAN does not check whether the data points are at least @interval apart.

@EXAMPLES=
Let us assume that the cells A1, A2, A3 contain numbers 7, 8, 8. Then
SSMEDIAN(A1:A3, 1) equals 7.75.

@SEEALSO=MEDIAN
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
@FUNCTION=SSMEDIAN
@SYNTAX=SSMEDIAN(vetor[,intervalo)]
@DESCRIPTION=A função SSMEDIAN retorna a mediana para dados agrupados comumente utilizados nas Ciências Sociais. Os dados são fornecidos em @vetor sendo assumidos como o resultado do agrupamento de dados em intervalos de tamanho @intervalo.

* Se @intervalo não é fornecido, SSMEDIAN utiliza 1.
* Se @vetor está vazio, SSMEDIAN retorna o erro #NUM!
* Se @intervalo <= 0, SSMEDIAN retorna o erro #NUM!
* SSMEDIAN não verifica se os dados estão agrupados em intervalos de ao menos @intervalo.

@EXAMPLES=
Considere que as células A1, A2, A3 contêm os números 7, 8, 8. Então:
SSMEDIAN(A1:A3, 1) retorna 7.75.

@SEEALSO=MEDIAN
Translated and reviewed by Afonso Celso Medina
565 of 646 results

This translation is managed by Ubuntu Brazilian Portuguese Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.