8 resultados para generic exponential family duration modeling
em Digital Commons at Florida International University
Resumo:
This study evaluated the relative fit of both Finn's (1989) Participation-Identification and Wehlage, Rutter, Smith, Lesko and Fernandez's (1989) School Membership models of high school completion to a sample of 4,597 eighth graders taken from the National Educational Longitudinal Study of 1988, (NELS:88), utilizing structural equation modeling techniques. This study found support for the importance of educational engagement as a factor in understanding academic achievement. The Participation-Identification model was particularly well fitting when applied to the sample of high school completers, dropouts (both overall and White dropouts) and African-American students. This study also confirmed the contribution of school environmental factors (i.e., size, diversity of economic and ethnic status among students) and family resources (i.e., availability of learning resources in the home and parent educational level) to students' educational engagement. Based on these findings, school social workers will need to be more attentive to utilizing macro-level interventions (i.e., community organization, interagency coordination) to achieve the organizational restructuring needed to address future challenges. The support found for the Participation-Identification model supports a shift in school social workers' attention from reactive attempts to improve the affective-interpersonal lives of students to proactive attention to their academic lives. The model concentrates school social work practices on the central mission of schools, which is educational engagement. School social workers guided by this model would be encouraged to seek changes in school policies and organization that would facilitate educational engagement. ^
Resumo:
This dissertation examined the efficacy of family cognitive behavior treatment (FCBT) and group cognitive behavior treatment (GBCT) for reducing anxiety disorders in children and adolescents using several approaches: clinical significant change, equivalence testing, and analyses of variance. It also examined treatment specificity in terms of targeting family/parents (in FCBT) and peers/group (in GCBT) contextual variables using two main approaches: analyses of variance and structural equation modeling (SEM). The sample consisted of 143 children and their parents who presented to the Child Anxiety and Phobia Program housed within the Child and Family Psychosocial Research Center at Florida International University. Diagnostic interviews and questionnaires were administered to assess youth anxiety. Questionnaires were administered to assess child and parent views of family/parents and peers/group contextual variables. In terms of clinical significant change, results indicated that 84.6% of youth in FCBT and 71.2% of youth in GBCT no longer met diagnostic criteria for their primary/targeted anxiety disorder. In addition, results from analyses of variance indicated that FCBT and GCBT were both efficacious in reducing anxiety disorders in youth across both child and parent ratings. Results using both analyses of variance and structural equation modeling also indicated that there was no meaningful treatment specificity between FCBT and GCBT in terms of either family/parents or peers/group contextual variables. That is, child social skills improved in GCBT in which these skills were targeted and in FCBT in which these skills were not targeted; parenting skills improved in FCBT in which these skills were targeted and in GCBT in which these skills were not targeted. Clinical implications and future research recommendations are discussed.
Resumo:
Technological advances during the past 30 years have dramatically improved survival rates for children with life-threatening conditions (preterm births, congenital anomalies, disease, or injury) resulting in children with special health care needs (CSHCN), children who have or are at increased risk for a chronic physical, developmental, behavioral, or emotional condition and who require health and related services beyond that required by children generally. There are approximately 10.2 million of these children in the United States or one in five households with a child with special health care needs. Care for these children is limited to home care, medical day care (Prescribed Pediatric Extended Care; P-PEC) or a long term care (LTC) facility. There is very limited research examining health outcomes of CSHCN and their families. The purpose of this research was to compare the effects of home care settings, P-PEC settings, and LTC settings on child health and functioning, family health and function, and health care service use of families with CSHCN. Eighty four CSHCN ages 2 to 21 years having a medically fragile or complex medical condition that required continual monitoring were enrolled with their parents/guardians. Interviews were conducted monthly for five months using the PedsQL™ Generic Core Module for child health and functioning, PedsQL™ Family Impact Module for family health and functioning, and Access to Care from the NS-CSHCN survey for health care services. Descriptive statistics, chi square, and ANCOVA were conducted to determine differences across care settings. Children in the P-PEC settings had a highest health care quality of life (HRQL) overall including physical and psychosocial functioning. Parents/guardians with CSHCN in LTC had the highest HRQL including having time and energy for a social life and employment. Parents/guardians with CSHCN in home care settings had the poorest HRQL including physical and psychosocial functioning with cognitive difficulties, difficulties with worry, communication, and daily activities. They had the fewest hours of employment and the most hours providing direct care for their children. Overall health care service use was the same across the care settings.
Resumo:
One of the most popular techniques for creating spatialized virtual sounds is based on the use of Head-Related Transfer Functions (HRTFs). HRTFs are signal processing models that represent the modifications undergone by the acoustic signal as it travels from a sound source to each of the listener's eardrums. These modifications are due to the interaction of the acoustic waves with the listener's torso, shoulders, head and pinnae, or outer ears. As such, HRTFs are somewhat different for each listener. For a listener to perceive synthesized 3-D sound cues correctly, the synthesized cues must be similar to the listener's own HRTFs. ^ One can measure individual HRTFs using specialized recording systems, however, these systems are prohibitively expensive and restrict the portability of the 3-D sound system. HRTF-based systems also face several computational challenges. This dissertation presents an alternative method for the synthesis of binaural spatialized sounds. The sound entering the pinna undergoes several reflective, diffractive and resonant phenomena, which determine the HRTF. Using signal processing tools, such as Prony's signal modeling method, an appropriate set of time delays and a resonant frequency were used to approximate the measured Head-Related Impulse Responses (HRIRs). Statistical analysis was used to find out empirical equations describing how the reflections and resonances are determined by the shape and size of the pinna features obtained from 3D images of 15 experimental subjects modeled in the project. These equations were used to yield “Model HRTFs” that can create elevation effects. ^ Listening tests conducted on 10 subjects show that these model HRTFs are 5% more effective than generic HRTFs when it comes to localizing sounds in the frontal plane. The number of reversals (perception of sound source above the horizontal plane when actually it is below the plane and vice versa) was also reduced by 5.7%, showing the perceptual effectiveness of this approach. The model is simple, yet versatile because it relies on easy to measure parameters to create an individualized HRTF. This low-order parameterized model also reduces the computational and storage demands, while maintaining a sufficient number of perceptually relevant spectral cues. ^
Resumo:
Software engineering researchers are challenged to provide increasingly more powerful levels of abstractions to address the rising complexity inherent in software solutions. One new development paradigm that places models as abstraction at the forefront of the development process is Model-Driven Software Development (MDSD). MDSD considers models as first class artifacts, extending the capability for engineers to use concepts from the problem domain of discourse to specify apropos solutions. A key component in MDSD is domain-specific modeling languages (DSMLs) which are languages with focused expressiveness, targeting a specific taxonomy of problems. The de facto approach used is to first transform DSML models to an intermediate artifact in a HLL e.g., Java or C++, then execute that resulting code.^ Our research group has developed a class of DSMLs, referred to as interpreted DSMLs (i-DSMLs), where models are directly interpreted by a specialized execution engine with semantics based on model changes at runtime. This execution engine uses a layered architecture and is referred to as a domain-specific virtual machine (DSVM). As the domain-specific model being executed descends the layers of the DSVM the semantic gap between the user-defined model and the services being provided by the underlying infrastructure is closed. The focus of this research is the synthesis engine, the layer in the DSVM which transforms i-DSML models into executable scripts for the next lower layer to process.^ The appeal of an i-DSML is constrained as it possesses unique semantics contained within the DSVM. Existing DSVMs for i-DSMLs exhibit tight coupling between the implicit model of execution and the semantics of the domain, making it difficult to develop DSVMs for new i-DSMLs without a significant investment in resources.^ At the onset of this research only one i-DSML had been created for the user- centric communication domain using the aforementioned approach. This i-DSML is the Communication Modeling Language (CML) and its DSVM is the Communication Virtual machine (CVM). A major problem with the CVM's synthesis engine is that the domain-specific knowledge (DSK) and the model of execution (MoE) are tightly interwoven consequently subsequent DSVMs would need to be developed from inception with no reuse of expertise.^ This dissertation investigates how to decouple the DSK from the MoE and subsequently producing a generic model of execution (GMoE) from the remaining application logic. This GMoE can be reused to instantiate synthesis engines for DSVMs in other domains. The generalized approach to developing the model synthesis component of i-DSML interpreters utilizes a reusable framework loosely coupled to DSK as swappable framework extensions.^ This approach involves first creating an i-DSML and its DSVM for a second do- main, demand-side smartgrid, or microgrid energy management, and designing the synthesis engine so that the DSK and MoE are easily decoupled. To validate the utility of the approach, the SEs are instantiated using the GMoE and DSKs of the two aforementioned domains and an empirical study to support our claim of reduced developmental effort is performed.^
Resumo:
This study examines the role of race, socioeconomic status, and individualism-collectivism as moderators of the relationship between selected work and family antecedents and work-family conflict and evaluates the contribution of energy-based conflict to the work-family conflict (WFC) research. The study uses data obtained from a survey questionnaire given to 414 participants recruited from an online labor market. Study hypotheses were tested through structural equation modeling. The results indicate that while moderating effects were slight, a proposed model where energy-based conflict is included outperforms traditional time/strain/behavior-based models and that established variables may drop to non-significance when additional variables are included in prediction. In addition, novel individual difference variables such as individualism and collectivism were demonstrated to have effects beyond moderating antecedent-outcome relationships in the model. The findings imply that WFC models would benefit from the inclusion of variables found in the current study.
Resumo:
Software engineering researchers are challenged to provide increasingly more pow- erful levels of abstractions to address the rising complexity inherent in software solu- tions. One new development paradigm that places models as abstraction at the fore- front of the development process is Model-Driven Software Development (MDSD). MDSD considers models as first class artifacts, extending the capability for engineers to use concepts from the problem domain of discourse to specify apropos solutions. A key component in MDSD is domain-specific modeling languages (DSMLs) which are languages with focused expressiveness, targeting a specific taxonomy of problems. The de facto approach used is to first transform DSML models to an intermediate artifact in a HLL e.g., Java or C++, then execute that resulting code. Our research group has developed a class of DSMLs, referred to as interpreted DSMLs (i-DSMLs), where models are directly interpreted by a specialized execution engine with semantics based on model changes at runtime. This execution engine uses a layered architecture and is referred to as a domain-specific virtual machine (DSVM). As the domain-specific model being executed descends the layers of the DSVM the semantic gap between the user-defined model and the services being provided by the underlying infrastructure is closed. The focus of this research is the synthesis engine, the layer in the DSVM which transforms i-DSML models into executable scripts for the next lower layer to process. The appeal of an i-DSML is constrained as it possesses unique semantics contained within the DSVM. Existing DSVMs for i-DSMLs exhibit tight coupling between the implicit model of execution and the semantics of the domain, making it difficult to develop DSVMs for new i-DSMLs without a significant investment in resources. At the onset of this research only one i-DSML had been created for the user- centric communication domain using the aforementioned approach. This i-DSML is the Communication Modeling Language (CML) and its DSVM is the Communication Virtual machine (CVM). A major problem with the CVM’s synthesis engine is that the domain-specific knowledge (DSK) and the model of execution (MoE) are tightly interwoven consequently subsequent DSVMs would need to be developed from inception with no reuse of expertise. This dissertation investigates how to decouple the DSK from the MoE and sub- sequently producing a generic model of execution (GMoE) from the remaining appli- cation logic. This GMoE can be reused to instantiate synthesis engines for DSVMs in other domains. The generalized approach to developing the model synthesis com- ponent of i-DSML interpreters utilizes a reusable framework loosely coupled to DSK as swappable framework extensions. This approach involves first creating an i-DSML and its DSVM for a second do- main, demand-side smartgrid, or microgrid energy management, and designing the synthesis engine so that the DSK and MoE are easily decoupled. To validate the utility of the approach, the SEs are instantiated using the GMoE and DSKs of the two aforementioned domains and an empirical study to support our claim of reduced developmental effort is performed.
Resumo:
Technological advances during the past 30 years have dramatically improved survival rates for children with life-threatening conditions (preterm births, congenital anomalies, disease, or injury) resulting in children with special health care needs (CSHCN), children who have or are at increased risk for a chronic physical, developmental, behavioral, or emotional condition and who require health and related services beyond that required by children generally. There are approximately 10.2 million of these children in the United States or one in five households with a child with special health care needs. Care for these children is limited to home care, medical day care (Prescribed Pediatric Extended Care; P-PEC) or a long term care (LTC) facility. There is very limited research examining health outcomes of CSHCN and their families. The purpose of this research was to compare the effects of home care settings, P-PEC settings, and LTC settings on child health and functioning, family health and function, and health care service use of families with CSHCN. Eighty four CSHCN ages 2 to 21 years having a medically fragile or complex medical condition that required continual monitoring were enrolled with their parents/guardians. Interviews were conducted monthly for five months using the PedsQL TM Generic Core Module for child health and functioning, PedsQL TM Family Impact Module for family health and functioning, and Access to Care from the NS-CSHCN survey for health care services. Descriptive statistics, chi square, and ANCOVA were conducted to determine differences across care settings. Children in the P-PEC settings had a highest health care quality of life (HRQL) overall including physical and psychosocial functioning. Parents/guardians with CSHCN in LTC had the highest HRQL including having time and energy for a social life and employment. Parents/guardians with CSHCN in home care settings had the poorest HRQL including physical and psychosocial functioning with cognitive difficulties, difficulties with worry, communication, and daily activities. They had the fewest hours of employment and the most hours providing direct care for their children. Overall health care service use was the same across the care settings.