2 resultados para Order-preserving Functions

em CiencIPCA - Instituto Politécnico do Cávado e do Ave, Portugal


Relevância:

20.00% 20.00%

Publicador:

Resumo:

The objective of this paper is to provide empirical evidence on the determinants of gender wage inequality in the Portuguese tourism industry. Relying on firm level wage equations and production functions, gender wage and productivity differentials are estimated and then compared in order to infer whether observed gender disparities are justifiable on the grounds that women are relatively less productive than men, or instead disparities are due to gender wage discrimination. This approach is applied to tourism industry data gathered in the matched employer-employee data set Quadros de Pessoal (Employee Records). The main findings indicate that female employees in the tourism industry in Portugal are less productive than their male colleagues and that gender differences in wages are fully explained by gender differences in productivity.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Program slicing is a well known family of techniques intended to identify and isolate code fragments which depend on, or are depended upon, specific program entities. This is particularly useful in the areas of reverse engineering, program understanding, testing and software maintenance. Most slicing methods, and corresponding tools, target either the imperative or the object oriented paradigms, where program slices are computed with respect to a variable or a program statement. Taking a complementary point of view, this paper focuses on the slicing of higher-order functional programs under a lazy evaluation strategy. A prototype of a Haskell slicer, built as proof-of-concept for these ideas, is also introduced